Skip to content

Commit

Permalink
Blacklist Python 3.3 in setup.py as we can now use a newer pypy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotonen committed Oct 27, 2017
1 parent 541f107 commit 9367347
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,5 @@ def read(path):
repozo = ZODB.scripts.repozo:main
""",
include_package_data=True,
# The pypy3 we test with on travis CI is still a Python 3.3
# implementation, so we don't explicitly blacklist 3.3 yet.
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*',
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
)

0 comments on commit 9367347

Please sign in to comment.