Add Python 3.13 to supported versions

This commit is contained in:
Chris Mayo 2024-08-21 19:34:37 +01:00
parent e095258856
commit b6e2b4a0de
2 changed files with 2 additions and 1 deletions

View file

@ -15,6 +15,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"

View file

@ -1,5 +1,5 @@
[tox]
envlist = py3{9,10,11,12}, minreqs
envlist = py3{9,10,11,12,13}, minreqs
[base]
deps =