Skip to content

Commit

Permalink
CI: Use stable python 3.12 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianeboyd committed Nov 3, 2023
1 parent 4c2c59f commit ad7edce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12.0-rc.2"]
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit ad7edce

Please sign in to comment.