Skip to content
This repository was archived by the owner on Jun 12, 2021. It is now read-only.

Commit aaf4c9e

Browse files
committed
Questionable if I support 3.6. Definitely nothing before that.
1 parent dff8930 commit aaf4c9e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ def run_tests(self):
5656
classifiers=[
5757
"Development Status :: 4 - Beta",
5858
"License :: OSI Approved :: Apache Software License",
59-
"Programming Language :: Python :: 3.4",
60-
"Programming Language :: Python :: 3.5",
6159
"Programming Language :: Python :: 3.6",
60+
"Programming Language :: Python :: 3.7",
61+
"Programming Language :: Python :: 3.8",
6262
"Topic :: Software Development :: Libraries :: Python Modules"],
6363
extras_require={
6464
'docs': ['Sphinx', 'sphinx-autobuild', 'alabaster'],

0 commit comments

Comments
 (0)