Skip to content

Commit

Permalink
added support for py313
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdu committed Dec 5, 2024
1 parent 6162a38 commit fb7df2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: "3.10"

- name: Build wheels
uses: pypa/cibuildwheel@v2.19.2
uses: pypa/cibuildwheel@v2.22.0
env:
CIBW_SKIP: pp*
CIBW_BUILD_VERBOSITY: 0
Expand Down
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Version 1.4.0 (2024-12-05)
--------------------------

- Added seed length to ATR object
- Added support for Python 3.13
- Changed the output column order of findatr
- Fixed tandem repeat overlap
- Fixed wraparound backtrace error
Expand Down

0 comments on commit fb7df2c

Please sign in to comment.