File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,13 @@ jobs:
36
36
- " 3.10"
37
37
- " 3.11"
38
38
- " 3.12"
39
+ - " 3.13"
39
40
docutils :
40
41
- " 0.20"
41
42
- " 0.21"
42
43
# include:
43
44
# # test every supported Docutils version for the latest supported Python
44
- # - python: "3.12 "
45
+ # - python: "3.13 "
45
46
# docutils: "0.20"
46
47
47
48
steps :
@@ -70,13 +71,14 @@ jobs:
70
71
PYTHONWARNINGS : " error" # treat all warnings as errors
71
72
72
73
deadsnakes :
74
+ if : false
73
75
runs-on : ubuntu-latest
74
76
name : Python ${{ matrix.python }} (Docutils ${{ matrix.docutils }})
75
77
strategy :
76
78
fail-fast : false
77
79
matrix :
78
80
python :
79
- - " 3.13-dev "
81
+ - " 3.14 "
80
82
docutils :
81
83
- " 0.20"
82
84
- " 0.21"
86
88
- name : Set up Python ${{ matrix.python }} (deadsnakes)
87
89
uses :
deadsnakes/[email protected]
88
90
with :
89
- python-version : ${{ matrix.python }}
91
+ python-version : ${{ matrix.python }}-dev
90
92
- name : Check Python version
91
93
run : python --version --version
92
94
- name : Install graphviz
@@ -103,13 +105,14 @@ jobs:
103
105
PYTHONWARNINGS : " error" # treat all warnings as errors
104
106
105
107
deadsnakes-free-threraded :
108
+ if : false
106
109
runs-on : ubuntu-latest
107
110
name : Python ${{ matrix.python }} (Docutils ${{ matrix.docutils }}; free-threaded)
108
111
strategy :
109
112
fail-fast : false
110
113
matrix :
111
114
python :
112
- - " 3.13-dev "
115
+ - " 3.14 "
113
116
docutils :
114
117
- " 0.20"
115
118
- " 0.21"
@@ -119,7 +122,7 @@ jobs:
119
122
- name : Set up Python ${{ matrix.python }} (deadsnakes)
120
123
uses :
deadsnakes/[email protected]
121
124
with :
122
- python-version : ${{ matrix.python }}
125
+ python-version : ${{ matrix.python }}-dev
123
126
nogil : true
124
127
- name : Check Python version
125
128
run : python --version --version
You can’t perform that action at this time.
0 commit comments