Skip to content

Commit 0b31dfc

Browse files
CoolCat467jakkdlTeamSpen210
committed
Add comments explaining cython workflow version choices
Co-authored-by: jakkdl <h6+github@pm.me> Co-authored-by: Spencer Brown <spencerb21@live.com>
1 parent 215fac1 commit 0b31dfc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,13 +204,13 @@ jobs:
204204
fail-fast: false
205205
matrix:
206206
include:
207-
- python: '3.9'
207+
- python: '3.9' # We support running on cython 2 and 3 for 3.9
208208
cython: '2'
209209
- python: '3.9'
210210
cython: '3'
211-
- python: '3.11'
211+
- python: '3.11' # 3.11 is the last version Cy2 supports
212212
cython: '2'
213-
- python: '3.13'
213+
- python: '3.13' # We support running cython3 on 3.13
214214
cython: '3'
215215
steps:
216216
- name: Checkout

0 commit comments

Comments
 (0)