Skip to content

Commit

Permalink
Support Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed Oct 14, 2024
1 parent 88f217f commit 13d10b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
dependencies = ["apluggy>=1.0", "exceptiongroup>=1.2", "transitions>=0.9.0"]
dynamic = ["version"]
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 = py310,py311,py312
envlist = py310,py311,py312,py313

[testenv]
deps = .[tests]
Expand Down

0 comments on commit 13d10b4

Please sign in to comment.