Skip to content

Commit

Permalink
upgrade cython
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann committed Sep 19, 2024
1 parent e66e868 commit fb1fa23
Show file tree
Hide file tree
Showing 4 changed files with 4 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 @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest hypothesis mypy Cython==3.0.3
pip install pytest hypothesis mypy Cython==3.0.11
# The cythonized files allow installation from the sdist without cython
- name: Generate cython
Expand Down
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- add support for Python 3.13
- drop support for Python 3.8
- switch build system to `scikit-build-core`
- upgrade to `Cython==3.0.11`

### v0.25.1
#### Fixed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
"scikit-build-core>=0.10.6",
"Cython>=3.0.2,<3.1.0"
"Cython>=3.0.11,<3.1.0"
]
build-backend = "scikit_build_core.build"

Expand Down
2 changes: 1 addition & 1 deletion tools/sdist.patch
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ index 0a8c033..cf967b9 100644
[build-system]
requires = [
- "scikit-build-core>=0.10.6",
- "Cython>=3.0.2,<3.1.0"
- "Cython>=3.0.11,<3.1.0"
+ "scikit-build-core>=0.10.6"
]
build-backend = "scikit_build_core.build"
Expand Down

0 comments on commit fb1fa23

Please sign in to comment.