Commit cb928231 authored by Joni Orponen's avatar Joni Orponen Committed by GitHub

Merge pull request #182 from zopefoundation/rotonen-bump-pypy

Unpin specific PyPy versions, blacklist 3.3 in `setup.py`
parents 98c6cc30 307fa5ac
......@@ -3,9 +3,9 @@ sudo: false
matrix:
include:
- os: linux
python: pypy-5.6.0
python: pypy
- os: linux
python: pypy3.3-5.5-alpha
python: pypy3
env: BUILOUT_OPTIONS=sphinx:eggs=
- os: linux
python: 2.7
......
......@@ -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