Skip to content

Commit 4646e57

Browse files
committed
Add setuptools to tet setup
1 parent dedb14c commit 4646e57

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,9 @@
4040
"Programming Language :: Python :: 3.7",
4141
"Programming Language :: Python :: 3.8",
4242
"Programming Language :: Python :: 3.9",
43+
"Programming Language :: Python :: 3.10",
44+
"Programming Language :: Python :: 3.11",
45+
"Programming Language :: Python :: 3.12",
46+
"Programming Language :: Python :: 3.13",
4347
"Topic :: Software Development :: Libraries :: Python Modules",
4448
])

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[tox]
2-
envlist = py27, py37, py38, py39, py310, py311
2+
envlist = py27, py37, py38, py39, py310, py311, py312, py313
33

44
[testenv]
5+
deps =
6+
setuptools
57
commands =
68
pip install ".[tests]"
79
python -m unittest

0 commit comments

Comments
 (0)