Skip to content

Commit 5e00d6f

Browse files
committed
chore: update Python versions in CI and package
1 parent b3ad34d commit 5e00d6f

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
19-
python-version: ["3.9", "3.12"]
19+
python-version: ["3.10", "3.13"]
2020
runs-on: "${{matrix.os}}"
2121

2222
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[tool.black]
99
line-length = 88
10-
target-version = ['py38']
10+
target-version = ['py313']
1111
include = '\.pyi?$'
1212
exclude = '''
1313

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ classifiers =
1818
Topic :: Scientific/Engineering :: Bio-Informatics
1919
License :: OSI Approved :: Apache Software License
2020
Programming Language :: Python :: 3
21-
Programming Language :: Python :: 3.8
22-
Programming Language :: Python :: 3.9
2321
Programming Language :: Python :: 3.10
2422
Programming Language :: Python :: 3.11
23+
Programming Language :: Python :: 3.12
24+
Programming Language :: Python :: 3.13
2525
keywords =
2626
microbiome
2727
microbiota
@@ -33,7 +33,7 @@ keywords =
3333
[options]
3434
packages = find:
3535
zip_safe = True
36-
python_requires = >=3.7
36+
python_requires = >=3.10
3737
install_requires =
3838
pandas>=2.1.0
3939
cobra>=0.29.0

0 commit comments

Comments
 (0)