Skip to content

Commit 0cb4a41

Browse files
committed
Declare support for more recent versions of Python
I've run the tests on each of these Python versions, plus poked it a bit manually; all seemed to work. Note the omission of Python 3.3 -- that's sufficiently old that I don't have an environment for it.
1 parent 8e23245 commit 0cb4a41

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

+4
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@
8484
"Programming Language :: Python :: 3.0",
8585
"Programming Language :: Python :: 3.1",
8686
"Programming Language :: Python :: 3.2",
87+
"Programming Language :: Python :: 3.4",
88+
"Programming Language :: Python :: 3.5",
89+
"Programming Language :: Python :: 3.6",
90+
"Programming Language :: Python :: 3.7",
8791
]
8892

8993
if build_cext:

0 commit comments

Comments
 (0)