Skip to content

Commit 1ac10ab

Browse files
authored
upgrade cython
1 parent 94beb1e commit 1ac10ab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pythonbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip
23-
pip install pytest hypothesis mypy Cython==3.0.2
23+
pip install pytest hypothesis mypy Cython==3.0.3
2424
2525
# The cythonized files allow installation from the sdist without cython
2626
- name: Generate cython

HISTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#### Changed
55
- added keyword argument `pad` to Hamming distance. This controls whether sequences of different
66
length should be padded or lead to a `ValueError`
7+
- upgrade to `Cython==3.0.3`
78

89
### v0.22.0
910
#### Changed

0 commit comments

Comments
 (0)