Skip to content

Commit

Permalink
Test with Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
hroncok committed Apr 18, 2024
1 parent 951d88e commit 4de7fbe
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

# Use GitHub's Linux Docker host
runs-on: ubuntu-latest
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
envlist = py36,py37,py38,py39,py310,py311,py312,py313
skipsdist = True

[testenv]
Expand Down

0 comments on commit 4de7fbe

Please sign in to comment.