We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
REQUIRED_PYTHON
1 parent 773f479 commit ba25869Copy full SHA for ba25869
setup.py
@@ -8,7 +8,7 @@
8
from setuptools import find_packages, setup
9
10
CURRENT_PYTHON = sys.version_info[:2]
11
-REQUIRED_PYTHON = (3, 5)
+REQUIRED_PYTHON = (3, 6)
12
13
# This check and everything above must remain compatible with Python 2.7.
14
if CURRENT_PYTHON < REQUIRED_PYTHON:
0 commit comments