Skip to content

Commit

Permalink
Declare our minimum supported Cython version
Browse files Browse the repository at this point in the history
Now that we use `noexcept` in some Cython functions signatures, we can
no longer support Cython versions prior to 0.29.31.

Signed-off-by: Matt Wozniski <[email protected]>
  • Loading branch information
godlygeek committed Sep 22, 2023
1 parent c016ce5 commit 0ac8570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
requires = [
"setuptools",
"wheel",
"Cython"
"Cython>=0.29.31"
]

build-backend = 'setuptools.build_meta'
Expand Down

0 comments on commit 0ac8570

Please sign in to comment.