Skip to content

Commit

Permalink
tests: Add Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
V02460 committed Oct 20, 2024
1 parent abf856f commit 5bdc111
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- version: "3.10"
- version: "3.11"
- version: "3.12"
- version: "3.13"
- version: "pypy3.9"
- version: "pypy3.10"

Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tox]
isolated_build = True
envlist =
py{39,310,311,312,py39,py310}
py{39,310,311,312,py39,py310}-{clients,flask,django,jose}
py{39,310,311,312,313,py39,py310}
py{39,310,311,312,313,py39,py310}-{clients,flask,django,jose}
coverage

[testenv]
Expand Down

0 comments on commit 5bdc111

Please sign in to comment.