Skip to content

Commit 8c254c7

Browse files
committed
minimal python 3.12
1 parent 5a8ef7d commit 8c254c7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test_pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
strategy:
4343
matrix:
44-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
44+
python-version: ["3.12", "3.13", "3.14"]
4545
steps:
4646
- uses: actions/checkout@v7
4747
- uses: actions/setup-python@v6
@@ -73,7 +73,7 @@ jobs:
7373
runs-on: macOS-latest
7474
strategy:
7575
matrix:
76-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
76+
python-version: ["3.12", "3.13", "3.14"]
7777
steps:
7878
- uses: actions/checkout@v7
7979
- uses: actions/setup-python@v6

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ authors = [
2626
{name="Thomas Manke"},
2727
{email="bioinfo-core@ie-freiburg.mpg.de"}
2828
]
29-
requires-python = "> 3.9"
29+
requires-python = ">= 3.12"
3030
dependencies = [
3131
"numpy >= 2.0",
3232
"scipy >= 1.13",

0 commit comments

Comments
 (0)