Skip to content

Commit

Permalink
Build: Use Cython 3.0.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Mar 30, 2024
1 parent 3f11678 commit 187f8fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Other changes
* The minimum CPU architecture for the Linux x86 binary wheels was upgraded to
"sandybridge" (launched 2011), and glibc 2.28 / gcc 12 (manylinux_2_28) wheels were added.

* Built with Cython 3.0.10.


5.1.1 (2024-03-28)
==================
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["Cython>=3.0.9", "setuptools", "wheel"]
requires = ["Cython>=3.0.10", "setuptools", "wheel"]

[tool.cibuildwheel]
build-verbosity = 2
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Cython>=3.0.9
Cython>=3.0.10

0 comments on commit 187f8fd

Please sign in to comment.