Skip to content

Commit

Permalink
Add python3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
eleftherioszisis committed Oct 9, 2024
1 parent 487835d commit 15096aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.10', '3.11', '3.12']
python-version: ['3.10', '3.11', '3.12', '3.13']

steps:

Expand All @@ -26,7 +26,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y graphviz

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Scientific/Engineering :: Bio-Informatics",
]
dynamic = ["version"]
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ envlist =
docs
coverage
check-packaging
py{310,311,312}
py{310,311,312,313}

[testenv]
deps = {[base]testdeps}
Expand Down Expand Up @@ -158,3 +158,4 @@ python =
3.10: py310, lint
3.11: py311, docs
3.12: py312, check-packaging
3.13: py313

0 comments on commit 15096aa

Please sign in to comment.