File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 56
56
matrix :
57
57
os : ["ubuntu-latest", "windows-latest"]
58
58
# Test minimum supported and latest stable from 3.x series
59
- python-version : ["3.9 ", "3"]
59
+ python-version : ["3.10 ", "3"]
60
60
steps :
61
61
- uses : actions/checkout@v4
62
62
- uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 1
1
# Python Docs Sphinx Theme
2
2
3
3
This 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.
5
5
6
6
Note that when adopting this theme, you're also borrowing an element of the
7
7
trust 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"
11
11
readme = " README.md"
12
12
license.file = " LICENSE"
13
13
authors = [ { name = " PyPA" , email = " distutils-sig@python.org" } ]
14
- requires-python = " >=3.9 "
14
+ requires-python = " >=3.10 "
15
15
classifiers = [
16
16
" Development Status :: 5 - Production/Stable" ,
17
17
" Framework :: Sphinx :: Theme" ,
@@ -20,7 +20,6 @@ classifiers = [
20
20
" Operating System :: OS Independent" ,
21
21
" Programming Language :: Python" ,
22
22
" Programming Language :: Python :: 3 :: Only" ,
23
- " Programming Language :: Python :: 3.9" ,
24
23
" Programming Language :: Python :: 3.10" ,
25
24
" Programming Language :: Python :: 3.11" ,
26
25
" Programming Language :: Python :: 3.12" ,
You can’t perform that action at this time.
0 commit comments