Skip to content

Commit c3ff508

Browse files
committed
BLD: update Python support metadata in setup.py
1 parent 8976ed4 commit c3ff508

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

setup.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,11 @@
2424
platforms='Cross platform (Linux, Mac OSX, Windows)',
2525
license="BSD",
2626
classifiers=['Development Status :: 4 - Beta',
27-
'Programming Language :: Python :: 2',
28-
'Programming Language :: Python :: 2.6',
29-
'Programming Language :: Python :: 2.7',
3027
'Programming Language :: Python :: 3',
31-
'Programming Language :: Python :: 3.3',
32-
'Programming Language :: Python :: 3.4',
33-
'Programming Language :: Python :: 3.5',
28+
'Programming Language :: Python :: 3.7',
29+
'Programming Language :: Python :: 3.8',
30+
'Programming Language :: Python :: 3.9',
31+
'Programming Language :: Python :: 3.10',
3432
],
3533
long_description=descr,
3634
)

0 commit comments

Comments
 (0)