Skip to content

Commit a31ebf7

Browse files
committed
Test with released versions of Python 3.12
1 parent c617138 commit a31ebf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ jobs:
3535
- "3.9"
3636
- "3.10"
3737
- "3.11"
38-
- "3.12-dev"
38+
- "3.12"
3939
- "3.13-dev"
4040
docutils:
4141
- "0.18"
4242
- "0.20"
4343
include:
4444
# test every supported Docutils version for the latest supported Python
45-
- python: "3.11"
45+
- python: "3.12"
4646
docutils: "0.19"
4747

4848
steps:

0 commit comments

Comments
 (0)