File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 5656 matrix :
5757 os : ["ubuntu-latest", "windows-latest"]
5858 # Test minimum supported and latest stable from 3.x series
59- python-version : ["3.9 ", "3"]
59+ python-version : ["3.10 ", "3"]
6060 steps :
6161 - uses : actions/checkout@v4
6262 - uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 11# Python Docs Sphinx Theme
22
33This is the theme for the Python documentation.
4- It requires Python 3.9 or newer and Sphinx 3.4 or newer.
4+ It requires Python 3.10 or newer and Sphinx 3.4 or newer.
55
66Note that when adopting this theme, you're also borrowing an element of the
77trust and credibility established by the CPython core developers over the
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ description = "The Sphinx theme for the CPython docs and related projects"
1111readme = " README.md"
1212license.file = " LICENSE"
1313authors = [ {
name =
" PyPA" ,
email =
" [email protected] " } ]
14- requires-python = " >=3.9 "
14+ requires-python = " >=3.10 "
1515classifiers = [
1616 " Development Status :: 5 - Production/Stable" ,
1717 " Framework :: Sphinx :: Theme" ,
@@ -20,7 +20,6 @@ classifiers = [
2020 " Operating System :: OS Independent" ,
2121 " Programming Language :: Python" ,
2222 " Programming Language :: Python :: 3 :: Only" ,
23- " Programming Language :: Python :: 3.9" ,
2423 " Programming Language :: Python :: 3.10" ,
2524 " Programming Language :: Python :: 3.11" ,
2625 " Programming Language :: Python :: 3.12" ,
You can’t perform that action at this time.
0 commit comments