Skip to content

Commit

Permalink
Fix CI version for 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
1st1 committed Oct 12, 2023
1 parent f080f9f commit 6af1307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12.0-beta.4"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: [windows-latest, ubuntu-latest, macos-latest]
arch: [x64, x86]
exclude:
Expand Down

0 comments on commit 6af1307

Please sign in to comment.