Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7be97e2

Browse files
committed
Drop Python 3.9
1 parent01d5bcf commit7be97e2

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

‎.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
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

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Python Docs Sphinx Theme
22

33
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.
55

66
Note that when adopting this theme, you're also borrowing an element of the
77
trust and credibility established by the CPython core developers over the

‎pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description = "The Sphinx theme for the CPython docs and related projects"
1111
readme ="README.md"
1212
license.file ="LICENSE"
1313
authors = [ {name ="PyPA",email ="distutils-sig@python.org" } ]
14-
requires-python =">=3.9"
14+
requires-python =">=3.10"
1515
classifiers = [
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",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp