Skip to content

Commit

Permalink
Include python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko committed Jun 27, 2024
1 parent 7ad0201 commit 910b6da
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 @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: [3.7, 3.8, 3.9, '3.10', '3.11']
python: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12']
# include:
# - python: "3.11.0-rc.1"
# experimental: true
Expand Down

0 comments on commit 910b6da

Please sign in to comment.