Skip to content

Commit

Permalink
Fix CI/CD - Sphinx 8.2 drops support for Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
abitrolly authored Dec 4, 2024
1 parent 8d4d394 commit 4f047f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,22 +64,22 @@ jobs:
steps:
- run-tox:
version: py310
sphinx-version: "60,61,62,70,71,72,73,74,80,latest,dev"
sphinx-version: "60,61,62,70,71,72,73,74,80,81"
py311:
docker:
- image: 'cimg/python:3.11'
steps:
- run-tox:
version: py311
sphinx-version: "72,73,74,80,latest,dev"
sphinx-version: "72,73,74,80,81,latest,dev"

py312:
docker:
- image: 'cimg/python:3.12'
steps:
- run-tox:
version: py312
sphinx-version: "72,73,74,80,latest,dev"
sphinx-version: "72,73,74,80,81,latest,dev"

workflows:
version: 2
Expand Down

0 comments on commit 4f047f1

Please sign in to comment.