Skip to content

Commit

Permalink
ci: test Python 3.12 (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertCraigie committed Oct 7, 2023
1 parent 18c0ce0 commit 37b19be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
node: [12, 14, 16]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11.0']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
# Python 3.11 is currently broken in `setup-python` on MacOS
# https://github.com/actions/setup-python/issues/531
exclude:
Expand Down

0 comments on commit 37b19be

Please sign in to comment.