Skip to content

Commit 4f7a9c6

Browse files
authored
Merge pull request #83 from bsipocz/CI_adding_sphinx82
CI: adding sphinx 8.2 to the matrix
2 parents 921551e + 25d1c6b commit 4f7a9c6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ jobs:
4949
python-version: "3.12"
5050
toxenv: py312-test-sphinx81
5151

52+
- os: ubuntu-latest
53+
python-version: "3.13"
54+
toxenv: py312-test-sphinx82
55+
5256
- os: macos-latest
5357
python-version: "3.13"
5458
toxenv: py313-test-v2deps-sphinxdev

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{39,310,311,312,313}-test{-v2deps}-sphinx{_oldest,53,62,70,71,72,80,81,dev}
3+
py{39,310,311,312,313}-test{-v2deps}-sphinx{_oldest,53,62,70,71,72,80,81,82,dev}
44
codestyle
55

66
[testenv]
@@ -18,6 +18,7 @@ deps =
1818
sphinx72: sphinx==7.2.*
1919
sphinx80: sphinx==8.0.*
2020
sphinx81: sphinx==8.1.*
21+
sphinx82: sphinx==8.2.*
2122
sphinxdev: git+https://github.com/sphinx-doc/sphinx#egg=sphinx
2223

2324
commands =

0 commit comments

Comments
 (0)