Skip to content

Commit ddabc93

Browse files
committed
Add python 3.13
1 parent 617b1b6 commit ddabc93

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ classifiers =
2727
Programming Language :: Python :: 3.10
2828
Programming Language :: Python :: 3.11
2929
Programming Language :: Python :: 3.12
30+
Programming Language :: Python :: 3.13
3031
Topic :: Software Development :: Testing
3132
Framework :: Pytest
3233

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ minversion = 7.0
33
addopts = -ra
44

55
[tox]
6-
envlist = py37,py38,py39,py310,py311,py312,pypy3
6+
envlist = py37,py38,py39,py310,py311,py312,py313,pypy3
77

88
[testenv]
99
deps = pytest

0 commit comments

Comments
 (0)