We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94beb1e commit 1ac10abCopy full SHA for 1ac10ab
.github/workflows/pythonbuild.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Install dependencies
21
run: |
22
python -m pip install --upgrade pip
23
- pip install pytest hypothesis mypy Cython==3.0.2
+ pip install pytest hypothesis mypy Cython==3.0.3
24
25
# The cythonized files allow installation from the sdist without cython
26
- name: Generate cython
HISTORY.md
@@ -4,6 +4,7 @@
4
#### Changed
5
- added keyword argument `pad` to Hamming distance. This controls whether sequences of different
6
length should be padded or lead to a `ValueError`
7
+- upgrade to `Cython==3.0.3`
8
9
### v0.22.0
10
0 commit comments