Skip to content

Commit 4f047f1

Browse files
authored
Fix CI/CD - Sphinx 8.2 drops support for Python 3.10
sphinx-doc/sphinx#13000
1 parent 8d4d394 commit 4f047f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,22 +64,22 @@ jobs:
6464
steps:
6565
- run-tox:
6666
version: py310
67-
sphinx-version: "60,61,62,70,71,72,73,74,80,latest,dev"
67+
sphinx-version: "60,61,62,70,71,72,73,74,80,81"
6868
py311:
6969
docker:
7070
- image: 'cimg/python:3.11'
7171
steps:
7272
- run-tox:
7373
version: py311
74-
sphinx-version: "72,73,74,80,latest,dev"
74+
sphinx-version: "72,73,74,80,81,latest,dev"
7575

7676
py312:
7777
docker:
7878
- image: 'cimg/python:3.12'
7979
steps:
8080
- run-tox:
8181
version: py312
82-
sphinx-version: "72,73,74,80,latest,dev"
82+
sphinx-version: "72,73,74,80,81,latest,dev"
8383

8484
workflows:
8585
version: 2

0 commit comments

Comments
 (0)