Skip to content

Commit

Permalink
Merge pull request #6518 from markotoplak/old-cython
Browse files Browse the repository at this point in the history
Use pre-3.0 cython
  • Loading branch information
markotoplak authored Jul 20, 2023
2 parents 92d84ee + 601b7dc commit 33b082c
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 @@ -2,7 +2,7 @@
requires = [
"setuptools>=41.0.0,<50.0",
"wheel",
"cython",
"cython<3.0",
"oldest-supported-numpy",
"sphinx",
"recommonmark",
Expand Down

0 comments on commit 33b082c

Please sign in to comment.