Skip to content

Commit 4fd3b26

Browse files
committed
Remove support for Python 3.7 and 3.8, following sphinx-design
1 parent 73b6372 commit 4fd3b26

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
os: ["ubuntu-latest"]
26-
python-version: ["3.8", "3.12"]
26+
python-version: ["3.9", "3.12"]
2727

2828
env:
2929
OS: ${{ matrix.os }}

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Unreleased
44
- Dependencies: Update to sphinx-design 0.6.0
55
See also [sphinx-design change log].
6+
- Remove support for Python 3.7 and 3.8, following `sphinx-design`.
67

78
[sphinx-design change log]: https://sphinx-design.readthedocs.io/en/furo-theme/changelog.html#v0-6-0-2024-05-23
89

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ license = { file = "LICENSE" }
4040
authors = [
4141
{ name = "Andreas Motl", email = "[email protected]" },
4242
]
43-
requires-python = ">=3.7"
43+
requires-python = ">=3.9"
4444
classifiers = [
4545
"Development Status :: 4 - Beta",
4646
"Environment :: Plugins",
@@ -58,8 +58,6 @@ classifiers = [
5858
"Intended Audience :: Telecommunications Industry",
5959
"License :: OSI Approved :: MIT License",
6060
"Programming Language :: Python :: 3 :: Only",
61-
"Programming Language :: Python :: 3.7",
62-
"Programming Language :: Python :: 3.8",
6361
"Programming Language :: Python :: 3.9",
6462
"Programming Language :: Python :: 3.10",
6563
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)