Skip to content

Commit

Permalink
Upgrade cython==0.29.24 to work with Python 3.10 (#1224)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwtoews committed Nov 8, 2021
1 parent c53ae51 commit bc2a908
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ environment:
- PYTHON: "C:\\Python39-x64"
ARCH: x64
GEOS_VERSION: "3.9.1"
- PYTHON: "C:\\Python310"
ARCH: x86
GEOS_VERSION: "3.10.1"


install:
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cython==0.29.21
cython==0.29.24
descartes==1.0.1
matplotlib
numpy>=1.4.1
Expand Down

0 comments on commit bc2a908

Please sign in to comment.