File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77
88[tool .black ]
99line-length = 88
10- target-version = [' py38 ' ]
10+ target-version = [' py313 ' ]
1111include = ' \.pyi?$'
1212exclude = '''
1313
Original file line number Diff line number Diff 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
2525keywords =
2626 microbiome
2727 microbiota
@@ -33,7 +33,7 @@ keywords =
3333[options]
3434packages = find:
3535zip_safe = True
36- python_requires = >=3.7
36+ python_requires = >=3.10
3737install_requires =
3838 pandas>=2.1.0
3939 cobra>=0.29.0
You can’t perform that action at this time.
0 commit comments