Skip to content

Commit 5c53243

Browse files
committed
Get rid of 2.6 and 3.4 support, add 3.10 support.
1 parent a2dcbd3 commit 5c53243

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

setup.py

+2-5
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,14 @@
3434
'Operating System :: OS Independent',
3535
'Programming Language :: Python',
3636
'Programming Language :: Python :: 2',
37-
'Programming Language :: Python :: 2.6',
3837
'Programming Language :: Python :: 2.7',
3938
'Programming Language :: Python :: 3',
40-
'Programming Language :: Python :: 3.1',
41-
'Programming Language :: Python :: 3.2',
42-
'Programming Language :: Python :: 3.3',
43-
'Programming Language :: Python :: 3.4',
4439
'Programming Language :: Python :: 3.5',
4540
'Programming Language :: Python :: 3.6',
4641
'Programming Language :: Python :: 3.7',
4742
'Programming Language :: Python :: 3.8',
4843
'Programming Language :: Python :: 3.9',
44+
'Programming Language :: Python :: 3.10',
4945
],
5046
)
47+

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py27, py34, py35, py36, py37, py38, py39, py310
7+
envlist = py27, py35, py36, py37, py38, py39, py310
88

99
[testenv]
1010
deps =

0 commit comments

Comments
 (0)