Skip to content

Commit 73a7c2f

Browse files
authored
Merge pull request #228 from bsipocz/CI_sphinx9
CI: adding the new sphinx 9.0 release to the testing
2 parents b841776 + 6a6c29a commit 73a7c2f

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

.github/workflows/ci_workflows.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,21 @@ jobs:
4949
python-version: '3.12'
5050
toxenv: py312-test-sphinx81
5151
- os: ubuntu-latest
52-
python-version: '3.14-dev'
53-
toxenv: py314-test-sphinx82
52+
python-version: '3.13'
53+
toxenv: py313-test-sphinx82
54+
- os: ubuntu-latest
55+
python-version: '3.14'
56+
toxenv: py314-test-sphinx90
5457
- os: ubuntu-latest
5558
python-version: '3.13'
5659
toxenv: py313-test-sphinxdev
5760

5861
# MacOS X - just the stable and dev
5962
- os: macos-latest
6063
python-version: '3.11'
61-
toxenv: py311-test-sphinx82-clocale
64+
toxenv: py311-test-sphinx90-clocale
6265
- os: macos-latest
63-
python-version: '3.14-dev'
66+
python-version: '3.14'
6467
toxenv: py314-test-sphinxdev
6568

6669
# Windows - just the oldest, stable, and dev
@@ -69,9 +72,9 @@ jobs:
6972
toxenv: py39-test-sphinx_oldest
7073
- os: windows-latest
7174
python-version: '3.13'
72-
toxenv: py313-test-sphinx82
75+
toxenv: py313-test-sphinx90
7376
- os: windows-latest
74-
python-version: '3.14-dev'
77+
python-version: '3.14'
7578
toxenv: py314-test-sphinxdev
7679

7780
steps:

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{39,310,311,312,313,314}-test-sphinx{_oldest,62,70,71,72,80,81,82,dev}{-cov}{-clocale}
2+
envlist = py{39,310,311,312,313,314}-test-sphinx{_oldest,62,70,71,72,80,81,82,90,dev}{-cov}{-clocale}
33
requires = pip >= 18.0
44
setuptools >= 30.3.0
55
isolated_build = true
@@ -15,6 +15,7 @@ deps =
1515
sphinx80: sphinx==8.0.*
1616
sphinx81: sphinx==8.1.*
1717
sphinx82: sphinx==8.2.*
18+
sphinx90: sphinx==9.0.*
1819
sphinxdev: git+https://github.com/sphinx-doc/sphinx.git
1920
extras =
2021
test: test

0 commit comments

Comments
 (0)