-
Notifications
You must be signed in to change notification settings - Fork 888
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
Conversation
See #3312. WIP DO NOT MERGE. |
The tests passed earlier, so I expect this to be OK to merge, pending this round of tests and peer review. Closes #3312. |
docs/quick_tutorial/requirements.rst
Outdated
|
||
* **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 |
There was a problem hiding this comment.
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"
docs/quick_tour.rst
Outdated
@@ -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: |
There was a problem hiding this comment.
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"
Changes made, build should succeed in a few minutes. OK to merge after success? |
Sure
|
No description provided.