Skip to content

Commit 22c5356

Browse files
committed
Test with released Python 3.14
1 parent 8923f08 commit 22c5356

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,15 @@ jobs:
3838
- "3.12"
3939
- "3.13"
4040
- "3.13t"
41+
- "3.14"
42+
- "3.14t"
4143
docutils:
4244
- "0.20"
43-
- "0.21"
4445
- "0.22"
45-
# include:
46-
# # test every supported Docutils version for the latest supported Python
47-
# - python: "3.13"
48-
# docutils: "0.20"
46+
include:
47+
# test every supported Docutils version for the latest supported Python
48+
- python: "3.14"
49+
docutils: "0.21"
4950

5051
steps:
5152
- uses: actions/checkout@v5
@@ -89,11 +90,9 @@ jobs:
8990
fail-fast: false
9091
matrix:
9192
python:
92-
- "3.14"
9393
- "3.15"
9494
docutils:
9595
- "0.20"
96-
- "0.21"
9796
- "0.22"
9897

9998
steps:
@@ -127,7 +126,6 @@ jobs:
127126
fail-fast: false
128127
matrix:
129128
python:
130-
- "3.14"
131129
- "3.15"
132130

133131
steps:

0 commit comments

Comments
 (0)