Skip to content

Commit

Permalink
upgrade cython to 3.0.0b3
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann authored Jun 10, 2023
1 parent 7412aff commit 2aaef3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest hypothesis mypy Cython==3.0.0a11
pip install pytest hypothesis mypy Cython==3.0.0b3
# The cythonized files allow installation from the sdist without cython
- name: Generate cython
Expand Down
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",
"scikit-build>=0.13.0",
"Cython>=3.0.0a11"
"Cython>=3.0.0b3"
]
build-backend = "backend"
backend-path = ["_custom_build"]
2 changes: 1 addition & 1 deletion tools/sdist.patch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ index 27f4629..752d509 100644
requires = [
"setuptools",
- "scikit-build>=0.13.0",
- "Cython>=3.0.0a11"
- "Cython>=3.0.0b3"
+ "scikit-build>=0.13.0"
]
build-backend = "backend"
Expand Down

0 comments on commit 2aaef3a

Please sign in to comment.