Skip to content

Commit 07b124b

Browse files
committed
Update build to Cython 3.0.5
Rebuilt the project with the latest version of Cython and unbound the upper limit of Cython. This was a big jump, but now it a good time to make it.
1 parent 440a255 commit 07b124b

File tree

16 files changed

+95357
-27117
lines changed

16 files changed

+95357
-27117
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ wheelhouse
99
.idea/
1010
ssh2/libssh2.so*
1111
doc/_build
12-
venv
12+
ven*

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cython>=0.29.34,<3.0.0
1+
cython>=0.29.34
22
flake8
33
jinja2
44
sphinx

0 commit comments

Comments
 (0)