Skip to content

Commit

Permalink
remove python3.12 from matrix test until update
Browse files Browse the repository at this point in the history
  • Loading branch information
cyschneck committed Jan 6, 2024
1 parent b36aa8e commit b32d9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest"]
python-version: ['3.9', '3.10', '3.11', 3.12']
python-version: ['3.9', '3.10', '3.11']

name: Python (${{ matrix.python-version }} on ${{ matrix.os }})
steps:
Expand Down

0 comments on commit b32d9a0

Please sign in to comment.