Define Python supported versions as strings instead of float #8361
Labels
Accepted
Accepted issue on our roadmap
Good First Issue
Good for new contributors
Improvement
Minor improvement to code
In #8328 (comment) we realized that we are using floats to set the version of Python (
3.5
,3.8
,3.10
) which doesn't make sense and breaks due to3.10
is3.1
.This is the setting involved here:
readthedocs.org/readthedocs/settings/base.py
Lines 452 to 500 in e5fe9ac
We need to,
python.version
uses stringThere may be more changes required here, but I think they will appear as we are making the other changes. Feel free to add them to this list.
The text was updated successfully, but these errors were encountered: