Skip to content

Commit

Permalink
enable py312
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Sep 30, 2023
1 parent ec91917 commit ef90daf
Show file tree
Hide file tree
Showing 5 changed files with 193 additions and 583 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
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.0", "3.12"]
defaults:
run:
shell: bash
Expand Down
Loading

0 comments on commit ef90daf

Please sign in to comment.