Skip to content

Commit 0c4916a

Browse files
authored
drop support for python=3.8 (#136)
* stop testing `python=3.8` * drop support for `python=3.8` * whats-new
1 parent a078838 commit 0c4916a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: ["3.8", "3.9", "3.10", "3.11"]
17+
python-version: ["3.9", "3.10", "3.11"]
1818
sphinx-version: ["3.5", "4.5", "5.0", "5.1", "5.2", "5.3", "6.0", "6.1"]
1919
exclude:
2020
# sphinx versions incompatible with python 3.10

docs/whats-new.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
What's new
22
==========
33

4+
2025.02.0 (*unreleased*)
5+
------------------------
6+
- drop support for python 3.8 (:pull:`135`)
7+
48
2023.04.0 (2022-04-12)
59
----------------------
610
- add official support for python 3.11 and `sphinx>=5.0` (:pull:`87`)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
{ name = "Justus Magin", email = "[email protected]" },
77
]
88
readme = "README.rst"
9-
requires-python = ">=3.8"
9+
requires-python = ">=3.9"
1010
dependencies = [
1111
"sphinx >= 3.5",
1212
]

0 commit comments

Comments
 (0)