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.
1 parent aa0a1fe commit 4b42f40Copy full SHA for 4b42f40
python/setup.py
@@ -25,7 +25,7 @@
25
# before these files have been created, so we have to move the files
26
# manually.
27
28
-SUPPORTED_PYTHONS = [(3, 5), (3, 6), (3, 7), (3, 8)]
+SUPPORTED_PYTHONS = [(3, 6), (3, 7), (3, 8)]
29
SUPPORTED_BAZEL = (3, 2, 0)
30
31
ROOT_DIR = os.path.dirname(__file__)
0 commit comments