Skip to content

Commit 1009c18

Browse files
committed
update setup.py classifiers, remove python 3.4, add python 3.8
1 parent a1359cc commit 1009c18

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
@@ -46,10 +46,10 @@ def read_file(filename, alt=None):
4646
'Programming Language :: Python :: 2',
4747
'Programming Language :: Python :: 2.7',
4848
'Programming Language :: Python :: 3',
49-
'Programming Language :: Python :: 3.4',
5049
'Programming Language :: Python :: 3.5',
5150
'Programming Language :: Python :: 3.6',
5251
'Programming Language :: Python :: 3.7',
52+
'Programming Language :: Python :: 3.8',
5353
'Programming Language :: Python :: Implementation :: CPython',
5454
'Programming Language :: Python :: Implementation :: PyPy',
5555
'Programming Language :: Python',

0 commit comments

Comments
 (0)