Skip to content

Commit

Permalink
Support Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelm committed Nov 12, 2024
1 parent d390225 commit 6530114
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
include:
- os: macos-13
python-version: "3.10"
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ development version

* :issue:`820`: On Bioconda, Cutadapt is now also available for ARM64 Macs (M1/M2).
* Dropped support for Python 3.8.
* Added support for Python 3.13.

v4.9 (2024-06-19)
-----------------
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = flake8,black,py39,py310,py311,py312,mypy,docs
envlist = flake8,black,py39,py310,py311,py312,py313,mypy,docs
isolated_build = True

[testenv]
Expand Down

0 comments on commit 6530114

Please sign in to comment.