Skip to content

Commit

Permalink
upgrade cython
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann authored Oct 9, 2023
1 parent 94beb1e commit 1ac10ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.2
pip install pytest hypothesis mypy Cython==3.0.3
# 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 @@ -4,6 +4,7 @@
#### Changed
- added keyword argument `pad` to Hamming distance. This controls whether sequences of different
length should be padded or lead to a `ValueError`
- upgrade to `Cython==3.0.3`

### v0.22.0
#### Changed
Expand Down

0 comments on commit 1ac10ab

Please sign in to comment.