Skip to content

Commit

Permalink
update for python 3.12
Browse files Browse the repository at this point in the history
add python 3.12 to tests
spec python versions more explicitly
  • Loading branch information
martinmiglio committed Oct 7, 2023
1 parent a70dc2c commit baf52fb
Show file tree
Hide file tree
Showing 3 changed files with 937 additions and 849 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- run: pipx install poetry
Expand Down
Loading

0 comments on commit baf52fb

Please sign in to comment.