File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 runs-on : ubuntu-latest
66 strategy :
77 matrix :
8- python-version : ['3.10 ', '3.11 ', '3.12 ']
8+ python-version : ['3.11 ', '3.12 ', '3.13 ']
99 steps :
1010 - uses : actions/checkout@v3
1111
Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ classifiers = [
1212 " Programming Language :: Python" ,
1313 " Programming Language :: Python :: 3" ,
1414 " Programming Language :: Python :: 3 :: Only" ,
15- " Programming Language :: Python :: 3.10" ,
1615 " Programming Language :: Python :: 3.11" ,
1716 " Programming Language :: Python :: 3.12" ,
17+ " Programming Language :: Python :: 3.13" ,
1818 " Topic :: Scientific/Engineering :: Bio-Informatics" ,
1919 " Intended Audience :: Science/Research" ,
2020 " License :: OSI Approved :: MIT License" ,
2121]
22- requires-python = " >=3.10 "
22+ requires-python = " >=3.11 "
2323description = " Another Genome Conversion Tool: Python frontend to Rust chainfile crate"
2424license = {file = " LICENSE" }
2525dependencies = [" wags-tails" ]
You can’t perform that action at this time.
0 commit comments