Skip to content

Commit

Permalink
Test with Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzymadness committed Apr 20, 2024
1 parent 2ac0f25 commit 975da7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- py310
- py311
- py312
- py313
- mypy

# Use GitHub's Linux Docker host
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py36,py37,py38,py39,py310,py311,py312,mypy
envlist = py36,py37,py38,py39,py310,py311,py312,py313,mypy
skipsdist = True

[testenv]
Expand Down

0 comments on commit 975da7a

Please sign in to comment.