Skip to content

Commit a955e8b

Browse files
author
tgommers
committed
Support Python version 3.4 and deprecate 3.3.
1 parent 54646ad commit a955e8b

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
@@ -51,7 +51,7 @@
5151
"Operating System :: POSIX :: Linux",
5252
"Programming Language :: Python :: 3.6",
5353
"Programming Language :: Python :: 3.5",
54-
"Programming Language :: Python :: 3.3",
54+
"Programming Language :: Python :: 3.4",
5555
"Programming Language :: Python :: 2.7",
5656
"Topic :: Security"
5757
],

0 commit comments

Comments
 (0)