We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215fac1 commit 0b31dfcCopy full SHA for 0b31dfc
.github/workflows/ci.yml
@@ -204,13 +204,13 @@ jobs:
204
fail-fast: false
205
matrix:
206
include:
207
- - python: '3.9'
+ - python: '3.9' # We support running on cython 2 and 3 for 3.9
208
cython: '2'
209
- python: '3.9'
210
cython: '3'
211
- - python: '3.11'
+ - python: '3.11' # 3.11 is the last version Cy2 supports
212
213
- - python: '3.13'
+ - python: '3.13' # We support running cython3 on 3.13
214
215
steps:
216
- name: Checkout
0 commit comments