Skip to content

Commit

Permalink
Change minimum Cython version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rayzchen committed Jul 26, 2023
1 parent 4711f3e commit de91c98
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/build_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cython>=3.0.0a8
cython>=3.0.0
setuptools>=58.6.0
build[virtualenv]>=0.9.0
toml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
path: src/
- name: Build wheel
run: |
python -m pip install "cython>=3.0.0a8" wheel
python -m pip install "cython>=3.0.0" wheel
# python setup.py egg_info
# test -f pyunity.egg-info/version.json || exit 1
python -m build -w
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"cython>=3.0.0a8",
"cython>=3.0.0",
"wheel>=0.29.0",
"setuptools>=58.6.0"
]
Expand Down Expand Up @@ -75,7 +75,7 @@ dev = [
"mypy>=1.4.0",
"importlib-metadata",
"wheel>=0.29.0",
"cython>=3.0.0a8",
"cython>=3.0.0",
"setuptools>=58.6.0",
"build[virtualenv]>=0.9.0",
"sphinx>=5.0.0",
Expand Down

0 comments on commit de91c98

Please sign in to comment.