Skip to content

Commit 8f677e0

Browse files
authored
officially support sphinx=7 and sphinx=8 (#140)
* test the two latest minor versions for `sphinx=7` and `sphinx=8` * whats-new
1 parent fe46296 commit 8f677e0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
python-version: ["3.9", "3.12", "3.13"]
18-
sphinx-version: ["5.3", "6.0", "6.1"]
18+
sphinx-version: ["5.3", "6.2", "7.3", "7.4", "8.0", "8.1"]
1919

2020
steps:
2121
- name: checkout the repository

docs/whats-new.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ What's new
44
2025.02.0 (*unreleased*)
55
------------------------
66
- drop support for python 3.8 (:pull:`135`)
7+
- drop support for ``sphinx<5.3`` (:pull:`138`)
8+
- officially support python 3.12 and 3.13 (:pull:`136`)
79

810
2023.04.0 (2022-04-12)
911
----------------------

0 commit comments

Comments
 (0)