Skip to content

Commit

Permalink
ci: test with python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Jul 5, 2024
1 parent 4a2ce9f commit f4adf3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- python-version: "3.10"
toxenv: "py310-17.0"
machine: ubuntu-22.04
- python-version: "3.12"
toxenv: "py312-16.0"
machine: ubuntu-22.04
- python-version: "3.10"
toxenv: "twine_check"
machine: ubuntu-22.04
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

[tox]
envlist =
py312-{16.0,17.0}
py310-{16.0,17.0}
py38-{15.0}
py36-{11.0,12.0,13.0,14.0}
Expand Down

0 comments on commit f4adf3b

Please sign in to comment.