Skip to content

Commit

Permalink
Add Python 3.11 and 3.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
dstein64 committed Oct 6, 2023
1 parent 55e1d91 commit f1b34a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
python-version: ['3.5', '3.6', '3.7', '3.8', '3.9', '3.10']
python-version: ['3.5', '3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
exclude:
# Python 3.5 and 3.6 are not supported on GitHub hosted runners as of Ubuntu 22.04.
# https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
Expand Down

0 comments on commit f1b34a0

Please sign in to comment.