Skip to content

Commit

Permalink
Add Python 3.13 to supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmayo committed Aug 19, 2024
1 parent fdb647f commit 4fab358
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 @@ -14,6 +14,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]

requires-python = ">=3.9"
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 = py3{9,10,11,12}
envlist = py3{9,10,11,12,13}

[base]
deps =
Expand Down

0 comments on commit 4fab358

Please sign in to comment.