Commit 307fa5ac authored by Joni Orponen's avatar Joni Orponen

Blacklist Python 3.3 in setup.py as we can now use a newer PyPy.

parent 541f107a
......@@ -144,7 +144,5 @@ setup(
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.*',
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment