Skip to content

Commit 12143ff

Browse files
committed
Remove classifier for python 3.4 and add 3.8
1 parent 2134019 commit 12143ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
'Topic :: Software Development :: Libraries :: Python Modules',
3939
'Intended Audience :: Developers',
4040
'License :: OSI Approved :: MIT License',
41-
'Programming Language :: Python :: 3.4',
4241
'Programming Language :: Python :: 3.5',
4342
'Programming Language :: Python :: 3.6',
4443
'Programming Language :: Python :: 3.7',
44+
'Programming Language :: Python :: 3.8',
4545
],
4646

4747
# dependencies for development and testing

0 commit comments

Comments
 (0)