Skip to content

Commit 13c41dd

Browse files
authored
chore(setup.py): synchronise trove classifiers with tested versions (#222)
1 parent 3043909 commit 13c41dd

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

setup.py

+3-5
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,10 @@
4444
'Programming Language :: Python :: 2',
4545
'Programming Language :: Python :: 2.7',
4646
'Programming Language :: Python :: 3',
47-
'Programming Language :: Python :: 3.1',
48-
'Programming Language :: Python :: 3.2',
49-
'Programming Language :: Python :: 3.3',
50-
'Programming Language :: Python :: 3.4',
51-
'Programming Language :: Python :: 3.5',
5247
'Programming Language :: Python :: 3.6',
48+
'Programming Language :: Python :: 3.7',
49+
'Programming Language :: Python :: 3.8',
50+
'Programming Language :: Python :: 3.9',
5351
'Topic :: Software Development',
5452
'Topic :: Software Development :: Libraries :: Python Modules',
5553
'Topic :: Software Development :: Quality Assurance',

0 commit comments

Comments
 (0)