Skip to content

Commit 74fc6e3

Browse files
authored
Merge pull request #191 from bsipocz/MAINT_adding_python313
MAINT: adding python 3.13 to the tests
2 parents 4dfa3fc + 7cdd1c8 commit 74fc6e3

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.github/workflows/ci_workflows.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@ jobs:
4949
python-version: '3.12'
5050
toxenv: py312-test-sphinx80
5151
- os: ubuntu-latest
52-
python-version: '3.12'
53-
toxenv: py312-test-sphinxdev
52+
python-version: '3.13'
53+
toxenv: py313-test-sphinxdev
5454

5555
# MacOS X - just the stable and dev
5656
- os: macos-latest
5757
python-version: '3.10'
5858
toxenv: py310-test-sphinx80-clocale
5959
- os: macos-latest
60-
python-version: '3.11'
61-
toxenv: py311-test-sphinxdev
60+
python-version: '3.13'
61+
toxenv: py313-test-sphinxdev
6262

6363
# Windows - just the oldest, stable, and dev
6464
- os: windows-latest
@@ -68,8 +68,8 @@ jobs:
6868
python-version: '3.10'
6969
toxenv: py310-test-sphinx80
7070
- os: windows-latest
71-
python-version: '3.11'
72-
toxenv: py311-test-sphinxdev
71+
python-version: '3.13'
72+
toxenv: py313-test-sphinxdev
7373

7474
steps:
7575
- uses: actions/checkout@v4
@@ -79,6 +79,7 @@ jobs:
7979
uses: actions/setup-python@v5
8080
with:
8181
python-version: ${{ matrix.python-version }}
82+
allow-prereleases: true
8283
- name: Install graphviz on Linux
8384
if: startsWith(matrix.os, 'ubuntu')
8485
run: |

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{38,39,310,311,312}-test-sphinx{_oldest,53,62,70,71,72,80,dev}{-cov}{-clocale}
2+
envlist = py{38,39,310,311,312,313}-test-sphinx{_oldest,53,62,70,71,72,80,dev}{-cov}{-clocale}
33
requires = pip >= 18.0
44
setuptools >= 30.3.0
55
isolated_build = true

0 commit comments

Comments
 (0)