Skip to content

Commit cb025a1

Browse files
authored
Add docutils 0.21.2 to CI. (#8)
1 parent de51aa8 commit cb025a1

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/nox.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,13 @@ jobs:
3838
python-versions: "3.9, 3.10, 3.11, 3.12, 3.13"
3939
codecov: true
4040
packages: ""
41-
docutils_version: "0.20"
41+
docutils_version: "0.21.2"
42+
43+
- session: test
44+
python-versions: "3.9, 3.10, 3.11, 3.12, 3.13"
45+
codecov: true
46+
packages: ""
47+
docutils_version: "0.20.1"
4248

4349
- session: test
4450
python-versions: "3.9, 3.10, 3.11, 3.12, 3.13"
@@ -50,7 +56,7 @@ jobs:
5056
python-versions: "3.9, 3.10, 3.11, 3.12, 3.13"
5157
codecov: true
5258
packages: ""
53-
docutils_version: "0.18"
59+
docutils_version: "0.18.1"
5460

5561
- session: lint
5662
python-versions: "3.13"

0 commit comments

Comments
 (0)