Skip to content

Commit

Permalink
Test on Python 3.11 and 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
cjwatson committed Jun 18, 2024
1 parent 13af8ab commit 573603b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py35,py36,py37,py38,py39,py310
py35,py36,py37,py38,py39,py310,py311,py312

[testenv]
deps =
Expand Down

0 comments on commit 573603b

Please sign in to comment.