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 5eb0041 commit e9106a8Copy full SHA for e9106a8
setup.py
@@ -11,7 +11,7 @@
11
12
PYTHON_INTERPRETERS = '.'.join([
13
'cp26', 'cp27',
14
- 'cp32', 'cp33', 'cp34', 'cp35', 'cp36',
+ 'cp32', 'cp33', 'cp34', 'cp35', 'cp36', 'cp37',
15
'pp27',
16
'pp32', 'pp33', 'pp34', 'pp35', 'pp36',
17
])
0 commit comments