-
Notifications
You must be signed in to change notification settings - Fork 70
Add support for python 3.9 #140
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
Hi @mlech-reef! This is in our radar (in fact our image 8.0 already have Py3.9rc installed on it). However, it's not published and ready to be used by users yet. I don't have an ETA for this unfortunately. |
Thank you for the update. I will switch to 3.8 for now |
Unfortunately using 3.8 doesn't work when you enable pip-installing and have
|
OK, for now I found a workaround to build with 3.8: indico/indico@a3c2eb4 Wouldn't work with a setup.cfg though (which I'd like to start using at some point), so still hoping to get proper 3.9 support soon :) |
Bump, any news? |
Ahoy! Anything that can be done to help move this forward? |
in |
From the README here:
|
It works. Probably the readme is outdated... See this comment from a RTD member as well: readthedocs/readthedocs.org#7554 (comment) |
@humitos is there a circular dependency here? readthedocs-docker-images is waiting for readthedocs.org to update and vice-versa? |
@staticdev if you need Python 3.9, you can use We are discussing the new structure for our Docker images at readthedocs/readthedocs.org#7566. However, it will take some time to be implemented and ready to use. |
I'm astounded that this is still a problem in 2023. Python 3.11 is out and 3.12 in alpha, but RTD is still not supporting 3.9 or later? |
Thanks. I see now that the syntax in my yml file has been designated "legacy". |
Python 3.9 has been released two days ago.
The text was updated successfully, but these errors were encountered: