Skip to content

Commit 4b42f40

Browse files
Update setup.py
1 parent aa0a1fe commit 4b42f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# before these files have been created, so we have to move the files
2626
# manually.
2727

28-
SUPPORTED_PYTHONS = [(3, 5), (3, 6), (3, 7), (3, 8)]
28+
SUPPORTED_PYTHONS = [(3, 6), (3, 7), (3, 8)]
2929
SUPPORTED_BAZEL = (3, 2, 0)
3030

3131
ROOT_DIR = os.path.dirname(__file__)

0 commit comments

Comments
 (0)