Skip to content

Commit

Permalink
MAINT: adding sphinx 8.0.x to the testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Aug 13, 2024
1 parent 23f863f commit f45e260
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,19 @@ jobs:
- os: ubuntu-latest
python-version: "3.11"
toxenv: py311-test-v2deps-sphinx70
- os: ubuntu-latest
python-version: "3.12"
toxenv: py312-test-sphinx80
- os: macos-latest
python-version: "3.11"
toxenv: py311-test-sphinxdev

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install Tox
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{37,38,39,310,311}-test{-v2deps}{-sphinx30,-sphinx35,-sphinx40,-sphinx50,-sphinx60,-sphinx70,-sphinxdev}
py{37,38,39,310,311}-test{-v2deps}{-sphinx30,-sphinx35,-sphinx40,-sphinx50,-sphinx60,-sphinx70,-sphinx80-sphinxdev}
codestyle
requires =
setuptools >= 30.3.0
Expand All @@ -23,6 +23,7 @@ deps =
sphinx50: sphinx==5.0.*
sphinx60: sphinx==6.0.*
sphinx70: sphinx==7.0.*
sphinx80: sphinx==8.0.*
sphinxdev: git+https://github.com/sphinx-doc/sphinx#egg=sphinx

commands =
Expand Down

0 comments on commit f45e260

Please sign in to comment.