Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit 3950fb1

Browse files
committed
correct python version support classifiers
1 parent 1ba8b94 commit 3950fb1

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,7 +46,7 @@
4646
'Programming Language :: Python :: 2',
4747
'Programming Language :: Python :: 2.7',
4848
'Programming Language :: Python :: 3',
49-
'Programming Language :: Python :: 3.3',
5049
'Programming Language :: Python :: 3.4',
50+
'Programming Language :: Python :: 3.5',
5151
],
5252
)

0 commit comments

Comments
 (0)