Skip to content

Commit 7e5e6fa

Browse files
authored
Merge pull request #189 from bsipocz/MAINT_adding_sphinx8
MAINT: adding sphinx 8.0.x to the testing matrix
2 parents e7c3b5c + d671dd5 commit 7e5e6fa

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/ci_workflows.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,17 @@ jobs:
4545
- os: ubuntu-latest
4646
python-version: '3.11'
4747
toxenv: py311-test-sphinx72-cov-clocale
48+
- os: ubuntu-latest
49+
python-version: '3.12'
50+
toxenv: py312-test-sphinx80
4851
- os: ubuntu-latest
4952
python-version: '3.12'
5053
toxenv: py312-test-sphinxdev
5154

5255
# MacOS X - just the stable and dev
5356
- os: macos-latest
5457
python-version: '3.10'
55-
toxenv: py310-test-sphinx72-clocale
58+
toxenv: py310-test-sphinx80-clocale
5659
- os: macos-latest
5760
python-version: '3.11'
5861
toxenv: py311-test-sphinxdev
@@ -63,7 +66,7 @@ jobs:
6366
toxenv: py38-test-sphinx_oldest
6467
- os: windows-latest
6568
python-version: '3.10'
66-
toxenv: py310-test-sphinx72
69+
toxenv: py310-test-sphinx80
6770
- os: windows-latest
6871
python-version: '3.11'
6972
toxenv: py311-test-sphinxdev

tox.ini

+2-1
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,dev}{-cov}{-clocale}
2+
envlist = py{38,39,310,311,312}-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
@@ -13,6 +13,7 @@ deps =
1313
sphinx70: sphinx==7.0.*
1414
sphinx71: sphinx==7.1.*
1515
sphinx72: sphinx==7.2.*
16+
sphinx80: sphinx==8.0.*
1617
sphinxdev: git+https://github.com/sphinx-doc/sphinx.git
1718
extras =
1819
test: test

0 commit comments

Comments
 (0)