Skip to content

Commit ee244e8

Browse files
committed
DRAFT: CI: test using CPython 3.14
and bump `cython` in `requirements.txt`.
1 parent f96e889 commit ee244e8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
'3.11',
1717
'3.12',
1818
'3.13',
19+
'3.14-dev',
1920
]
2021
steps:
2122
- uses: actions/checkout@v4

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cython==3.0.0
1+
cython==3.1.1
22

33

44
# dev

0 commit comments

Comments
 (0)