Skip to content

Commit c4997fb

Browse files
committed
Test with released Python 3.13
1 parent 5f03152 commit c4997fb

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,13 @@ jobs:
3636
- "3.10"
3737
- "3.11"
3838
- "3.12"
39+
- "3.13"
3940
docutils:
4041
- "0.20"
4142
- "0.21"
4243
# include:
4344
# # test every supported Docutils version for the latest supported Python
44-
# - python: "3.12"
45+
# - python: "3.13"
4546
# docutils: "0.20"
4647

4748
steps:
@@ -70,13 +71,14 @@ jobs:
7071
PYTHONWARNINGS: "error" # treat all warnings as errors
7172

7273
deadsnakes:
74+
if: false
7375
runs-on: ubuntu-latest
7476
name: Python ${{ matrix.python }} (Docutils ${{ matrix.docutils }})
7577
strategy:
7678
fail-fast: false
7779
matrix:
7880
python:
79-
- "3.13-dev"
81+
- "3.14"
8082
docutils:
8183
- "0.20"
8284
- "0.21"
@@ -86,7 +88,7 @@ jobs:
8688
- name: Set up Python ${{ matrix.python }} (deadsnakes)
8789
uses: deadsnakes/[email protected]
8890
with:
89-
python-version: ${{ matrix.python }}
91+
python-version: ${{ matrix.python }}-dev
9092
- name: Check Python version
9193
run: python --version --version
9294
- name: Install graphviz
@@ -103,13 +105,14 @@ jobs:
103105
PYTHONWARNINGS: "error" # treat all warnings as errors
104106

105107
deadsnakes-free-threraded:
108+
if: false
106109
runs-on: ubuntu-latest
107110
name: Python ${{ matrix.python }} (Docutils ${{ matrix.docutils }}; free-threaded)
108111
strategy:
109112
fail-fast: false
110113
matrix:
111114
python:
112-
- "3.13-dev"
115+
- "3.14"
113116
docutils:
114117
- "0.20"
115118
- "0.21"
@@ -119,7 +122,7 @@ jobs:
119122
- name: Set up Python ${{ matrix.python }} (deadsnakes)
120123
uses: deadsnakes/[email protected]
121124
with:
122-
python-version: ${{ matrix.python }}
125+
python-version: ${{ matrix.python }}-dev
123126
nogil: true
124127
- name: Check Python version
125128
run: python --version --version

0 commit comments

Comments
 (0)