Skip to content

Commit e0b41f5

Browse files
committed
+ Forgot something
1 parent 3db9804 commit e0b41f5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
'Programming Language :: Python :: 3.6',
3535
'Programming Language :: Python :: 3.7',
3636
'Programming Language :: Python :: 3.8',
37+
'Programming Language :: Python :: 3.9',
38+
'Programming Language :: Python :: 3.10',
3739
'Programming Language :: Python :: Implementation :: CPython',
3840
'Topic :: Software Development :: Libraries :: Python Modules',
3941
'Topic :: Scientific/Engineering :: Information Analysis',

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27,py35,py35-locale,py36,py37,py38
2+
envlist = py27,py35,py35-locale,py36,py37,py38,py39,py310
33

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)