Skip to content

Fix Read the Docs build: use Python 3.11 - #109

Merged
isayev merged 1 commit into
mainfrom
fix/rtd-python-311
Jun 13, 2026
Merged

Fix Read the Docs build: use Python 3.11#109
isayev merged 1 commit into
mainfrom
fix/rtd-python-311

Conversation

@isayev

@isayev isayev commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

The package requires Python >=3.11 (pyproject requires-python), but .readthedocs.yaml pinned the RTD build to Python 3.10, so RTD's pip install . failed instantly — the docs/readthedocs.org check has been red on every PR this cycle. One-line bump to 3.11 to match. (Extracted from the stale docs/v3.5-refresh branch, whose other changes are superseded by the merged docs work.)

The package requires Python >=3.11, but the Read the Docs build pinned Python
3.10, so its `pip install .` step failed immediately and the docs build never
ran. Bump the RTD build interpreter to 3.11 to match requires-python.
@isayev
isayev merged commit cfc20ef into main Jun 13, 2026
5 checks passed
@isayev
isayev deleted the fix/rtd-python-311 branch June 13, 2026 16:50
isayev added a commit that referenced this pull request Jul 11, 2026
Fix Read the Docs build: use Python 3.11
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.

1 participant