Skip to content

Commit 37cc520

Browse files
committed
python 3.10 as min
1 parent 286d839 commit 37cc520

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
python-version: ["3.9", "3.10", "3.11", "3.12"]
12+
python-version: ["3.10", "3.11", "3.12"]
1313

1414
steps:
1515
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Repository for protein prediction and classification, built on to
99
authors = []
1010
readme = "README.md"
1111
license = { text = "AGPL-3.0" }
12-
requires-python = ">=3.9, <3.13"
12+
requires-python = ">=3.10, <3.13"
1313
dependencies = [
1414
"chebai @ git+https://github.com/ChEB-AI/python-chebai.git",
1515
"biopython",

0 commit comments

Comments
 (0)