Skip to content

Commit

Permalink
Merge pull request #189 from bsipocz/MAINT_adding_sphinx8
Browse files Browse the repository at this point in the history
MAINT: adding sphinx 8.0.x to the testing matrix
  • Loading branch information
pllim authored Aug 13, 2024
2 parents e7c3b5c + d671dd5 commit 7e5e6fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,17 @@ jobs:
- os: ubuntu-latest
python-version: '3.11'
toxenv: py311-test-sphinx72-cov-clocale
- os: ubuntu-latest
python-version: '3.12'
toxenv: py312-test-sphinx80
- os: ubuntu-latest
python-version: '3.12'
toxenv: py312-test-sphinxdev

# MacOS X - just the stable and dev
- os: macos-latest
python-version: '3.10'
toxenv: py310-test-sphinx72-clocale
toxenv: py310-test-sphinx80-clocale
- os: macos-latest
python-version: '3.11'
toxenv: py311-test-sphinxdev
Expand All @@ -63,7 +66,7 @@ jobs:
toxenv: py38-test-sphinx_oldest
- os: windows-latest
python-version: '3.10'
toxenv: py310-test-sphinx72
toxenv: py310-test-sphinx80
- os: windows-latest
python-version: '3.11'
toxenv: py311-test-sphinxdev
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{38,39,310,311,312}-test-sphinx{_oldest,53,62,70,71,72,dev}{-cov}{-clocale}
envlist = py{38,39,310,311,312}-test-sphinx{_oldest,53,62,70,71,72,80,dev}{-cov}{-clocale}
requires = pip >= 18.0
setuptools >= 30.3.0
isolated_build = true
Expand All @@ -13,6 +13,7 @@ deps =
sphinx70: sphinx==7.0.*
sphinx71: sphinx==7.1.*
sphinx72: sphinx==7.2.*
sphinx80: sphinx==8.0.*
sphinxdev: git+https://github.com/sphinx-doc/sphinx.git
extras =
test: test
Expand Down

0 comments on commit 7e5e6fa

Please sign in to comment.