mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
CircleCI: Addd Python 3.13 to the testing
https://devguide.python.org/versions/
This commit is contained in:
parent
7b894f5e7a
commit
7e2a41a46d
@ -81,11 +81,22 @@ jobs:
|
||||
version: py312
|
||||
sphinx-version: "72,73,74,80,latest,dev"
|
||||
|
||||
py313:
|
||||
docker:
|
||||
- image: 'cimg/python:3.13'
|
||||
steps:
|
||||
- run-tox:
|
||||
version: py313
|
||||
sphinx-version: "72,73,74,80,latest,dev"
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
tests:
|
||||
jobs:
|
||||
- build
|
||||
- py313:
|
||||
requires:
|
||||
- build
|
||||
- py312:
|
||||
requires:
|
||||
- build
|
||||
|
Loading…
Reference in New Issue
Block a user