Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add testing and document support for Python 3.7 & pypy3 #932

Merged
merged 1 commit into from Dec 8, 2018
Merged

Add testing and document support for Python 3.7 & pypy3 #932

merged 1 commit into from Dec 8, 2018

Conversation

jdufresne
Copy link
Contributor

No description provided.

@davidism
Copy link
Member

davidism commented Dec 8, 2018

What's the difference between "pypy3.5-6.0" and "pypy3" on Travis? I've just been using "pypy3".

@davidism
Copy link
Member

davidism commented Dec 8, 2018

I tried to do dist: xenial globally for Werkzeug a month ago and it didn't work. Guess something changed.

@jdufresne
Copy link
Contributor Author

To get Python 3.7, I switched the dist to xenial. Details on the release here: https://blog.travis-ci.com/2018-11-08-xenial-release

Unlike trusty, xenial requires an explicit version for pypy. See the issue report here: https://travis-ci.community/t/pypy-2-7-on-xenial/889

On trusty, pypy3 is just an alias.

@jdufresne
Copy link
Contributor Author

I tried to do dist: xenial globally for Werkzeug a month ago and it didn't work. Guess something changed.

Prior to the release, projects were required to add sudo: required to get xenial to work. But this has been resolved. Details here: travis-ci/travis-ci#9815

@davidism
Copy link
Member

davidism commented Dec 8, 2018

Cool! I need to follow Travis announcements more closely. All the other Pallets projects need updating if you feel like making more PRs.

@davidism davidism merged commit 9fe9520 into pallets:master Dec 8, 2018
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants