Skip to content

Commit 63e0e31

Browse files
committed
SPDX license expression; Python versions
1 parent 7a9a8b8 commit 63e0e31

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
11+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: Set up Python ${{ matrix.python-version }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers = [
1818
"Programming Language :: Python :: 3",
1919
"Topic :: Scientific/Engineering :: Bio-Informatics",
2020
]
21-
requires-python = ">=3.7"
21+
requires-python = ">=3.9"
2222
dynamic = ["version"]
2323

2424
[project.urls]

0 commit comments

Comments
 (0)