-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
python 3.5 support for build system #1990
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
Comments
+1 |
Python 3.5 will definitely come with the april ubuntu 16.04 release, we haven't discussed an interim plan -- though installing from the deadsnakes ppa could be an easy path forward. Another option is to use conda |
+1 from me too: https://readthedocs.org/projects/django-tutelary/builds/3795496/ (problem caused by |
Conda support can target python 3.5, that might be the best bet. |
I expect there will be the same situation when Python 3.6 comes around too. So, using |
On many Linux distros and on OSX, multiple versions of Python are often aliased to Can't we add an option in to select one of these? We can keep the "CPython 2.x" and "CPython 3.x" options, but add "CPython 2.7", "CPython 3.4" and "CPython 3.5" in the choices too. |
+1, whatever solution works :) I have plenty of 3.5 only projects coming that I'd like to build docs for. |
If people are too lazy to set up a conda environment; just use this configuration file: http://stackoverflow.com/a/36144269/2678118 |
Question: how am I supposed to get the project installed in the conda environment? |
We could use some help beta testing ubuntu 16.04 builders, which will include python 3.5. If anyone is interested, we're collecting a handful of testers here: https://docs.google.com/forms/d/1YHBXN8LI2RTq6ujV0zENAExtJwbNLja0QKJUHyfUvrE/viewform |
+1 for my project too. For https://readthedocs.org/projects/pycmake/builds/4247460/ Problems appears with |
FWIW, I now host my docs for Python 3.5 projects on Python Hosted solely because of this issue, but the flow there is manual, error prone and doesn't easily allow me to host docs for multiple versions, which is really annoying. I'd really appreciate if this were fixed... Let me know if there's anything I can do to help. |
Does the answer given by @evertheylen not work for you @AndreLouisCaron? |
Sorry, must has missed that email! Will try it ASAP :-) André On Fri, Jul 29, 2016 at 10:43 AM, jakirkham [email protected]
|
Any update? I filled out the beta testing form above but haven't heard back. |
+1 my project uses |
My docs are built without autodoc statements due to lack of Python 3.5:
https://docs.python.org/3/library/math.html#math.gcd What's the timeline? |
I think it's time to support 3.6, since f-strings will be "syntax error" even for 3.5. |
👍 |
5 similar comments
+1 |
+1 |
👍 |
👍 |
👍 |
👍 |
I'm helping the RTD staff create a better build image that allows for selecting the preferred Python version for the build. Python 3.5 and 3.6 are already included. |
👍 |
1 similar comment
👍 |
You can stop the reactions now, it's distracting and does not really help. |
This should be possible using conda, according to readthedocs/readthedocs.org#1990 (comment)
Just a quick update here, as I'm pushing out some updates this week. First, through a pile of work, support for non-system Python versions has been added. The new beta build container image is now ready for testing (readthedocs/readthedocs-docker-images#18). This will support versions: 2.7, 3.3, 3.4, 3.5, and 3.6. This image uses This will be the new beta image going forward. If you'd like to continue testing our beta images, or would like support for python 3.6, be sure to sign up here: If you've been looking for python 3.5 support, and have not been added to the beta list, we are going to be switching over everyone this week to an image with python 3.5 support. You shouldn't need to do anything, but adding a I am going to write up some docs on using the feature tonight, we'll be announcing changes later this week. |
Great updates! I've just signed up the beta support for python3.6. 👍 |
This issue was create to support Python 3.5 and it was added in the Shouldn't we close this one and move the discussion regarding Python 3.6 to another one? |
For anyone who ends up here for py3.6 support it's officially available: TL;DR:
|
I wonder if there is a place in the documentation to include this note from @Granitosaurus. @humitos What do you think? |
Since build system use cpython 3.4 I can't build documentation for my 3.5 only project. https://readthedocs.org/projects/aioftp/builds/3722703
Is there some plans about 3.5?
The text was updated successfully, but these errors were encountered: