We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ea3c78 commit 5c7ab1fCopy full SHA for 5c7ab1f
1 file changed
.github/workflows/run-test.yaml
@@ -34,6 +34,7 @@ jobs:
34
- "3.8"
35
- "3.9"
36
- "3.10"
37
+ - "3.11.0-rc - 3.11"
38
# waiting on https://foss.heptapod.net/pypy/pypy/-/issues/3690
39
# which also seems to be in 3.9
40
# - "pypy-3.9"
@@ -97,6 +98,7 @@ jobs:
97
98
- cp38-cp38
99
- cp39-cp39
100
- cp310-cp310
101
+ - cp311-cp311
102
build-type:
103
- "cext"
104
- "nocext"
@@ -135,6 +137,7 @@ jobs:
135
137
python-version:
136
138
139
140
141
142
fail-fast: false
143
@@ -201,6 +204,7 @@ jobs:
201
204
- "ubuntu-latest"
202
205
203
206
207
208
209
210
0 commit comments