Skip to content

Commit e263363

Browse files
committed
Support Python >=3.9
1 parent b54c813 commit e263363

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
14+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1515
runs-on: "ubuntu-latest"
1616

1717
steps:

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
author_email="ctanes@gmail.com",
1414
url="https://github.com/PennChopMicrobiomeProgram",
1515
packages=["seqBackupLib"],
16-
scripts=["scripts/backup_illumina.py"], # ,
17-
# install_requires=["pandas", "biopython"]
16+
scripts=["scripts/backup_illumina.py"],
17+
python_requires=">=3.9",
1818
)

0 commit comments

Comments
 (0)