Skip to content

Commit 24c045a

Browse files
committed
Update wheel to include CPython 3.8
1 parent 974ab88 commit 24c045a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
PYTHON_INTERPRETERS = '.'.join([
1313
'cp26', 'cp27',
14-
'cp32', 'cp33', 'cp34', 'cp35', 'cp36', 'cp37',
14+
'cp32', 'cp33', 'cp34', 'cp35', 'cp36', 'cp37', 'cp38',
1515
'pp27',
1616
'pp32', 'pp33', 'pp34', 'pp35', 'pp36',
1717
])

0 commit comments

Comments
 (0)