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 support for Python 3.7 and 3.8 with allowed failure of 3.8 #3333

Merged
merged 5 commits into from
Aug 22, 2018

Conversation

stevepiercy
Copy link
Member

No description provided.

@stevepiercy stevepiercy self-assigned this Aug 22, 2018
@stevepiercy stevepiercy added this to the 1.10 milestone Aug 22, 2018
@stevepiercy
Copy link
Member Author

See #3312. WIP DO NOT MERGE.

@stevepiercy stevepiercy mentioned this pull request Aug 22, 2018
14 tasks
@stevepiercy stevepiercy requested a review from mmerickel August 22, 2018 12:56
@stevepiercy
Copy link
Member Author

The tests passed earlier, so I expect this to be OK to merge, pending this round of tests and peer review.

Closes #3312.


* **venv**. We believe in virtual environments. For this tutorial, we use
Python 3.6's built-in solution :term:`venv`. For Python 2.7, you can install
Python 3.7's built-in solution :term:`venv`. For Python 2.7, you can install
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This sentence could just say "Python 3's built-in solution"

@@ -26,7 +26,7 @@ To save a little bit of typing and to be certain that we use the modules,
scripts, and packages installed in our virtual environment, we'll set an
environment variable, too.

As an example, for Python 3.6+ on Linux:
As an example, for Python 3.7+ on Linux:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similarly this could say just "for Python 3 on Linux"

@stevepiercy
Copy link
Member Author

Changes made, build should succeed in a few minutes. OK to merge after success?

@mmerickel
Copy link
Member

mmerickel commented Aug 22, 2018 via email

@stevepiercy stevepiercy merged commit 943fc92 into Pylons:master Aug 22, 2018
@stevepiercy stevepiercy deleted the python-version-bump branch August 22, 2018 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants