Skip to content

Drop support for Python 3.9-3.10 to match Sphinx #189

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

Merged
merged 2 commits into from
May 28, 2025

Conversation

hugovk
Copy link
Contributor

@hugovk hugovk commented Mar 20, 2025

Alternative to #182.

Python 3.9 is only receiving security updates and is EOL in October:

https://devguide.python.org/versions/

And Sphinx itself supports 3.11+:

https://www.sphinx-doc.org/en/master/internals/release-process.html#python-version-support-policy

Because Sphinx is an application for generating docs, and not a library dependency, projects can build docs with a single (recent) Python version, even if they support the full 3.9-3.13 range.

@AA-Turner AA-Turner merged commit 92bcf10 into sphinx-doc:main May 28, 2025
4 checks passed
@AA-Turner AA-Turner changed the title Drop support for Python 3.9-3.11 to match Sphinx Drop support for Python 3.9-3.10 to match Sphinx May 28, 2025
@hugovk hugovk deleted the rm-3.9 branch May 28, 2025 13:29
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.

2 participants