Skip to content

Commit

Permalink
Merge pull request bastibe#190 from mgeier/setup-update
Browse files Browse the repository at this point in the history
Extend supported wheel versions with cp36 and pp33
  • Loading branch information
bastibe authored Feb 2, 2017
2 parents 6953112 + f832aca commit 141824e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

PYTHON_INTERPRETERS = '.'.join([
'cp26', 'cp27',
'cp32', 'cp33', 'cp34', 'cp35',
'cp32', 'cp33', 'cp34', 'cp35', 'cp36',
'pp27',
'pp32',
'pp32', 'pp33',
])
MACOSX_VERSIONS = '.'.join([
'macosx_10_5_x86_64',
Expand Down

0 comments on commit 141824e

Please sign in to comment.