Skip to content

Commit ef02b2a

Browse files
author
cclauss
authored
Update trove classifiers to current versions of Python
1 parent 0480ec9 commit ef02b2a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@
2323
"Natural Language :: English",
2424
"Operating System :: OS Independent",
2525
"Programming Language :: Python",
26-
"Programming Language :: Python :: 2.6",
2726
"Programming Language :: Python :: 2.7",
28-
"Programming Language :: Python :: 3.2",
29-
"Programming Language :: Python :: 3.3",
27+
"Programming Language :: Python :: 3.4",
28+
"Programming Language :: Python :: 3.5",
29+
"Programming Language :: Python :: 3.6",
30+
"Programming Language :: Python :: 3.7",
3031
"Programming Language :: Python :: Implementation :: PyPy",
3132
"Programming Language :: Python :: Implementation :: CPython",
3233
"Topic :: Games/Entertainment",

0 commit comments

Comments
 (0)