Skip to content

Commit 3d73f07

Browse files
committed
build: require python 3.11
1 parent a6f309b commit 3d73f07

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"
2323
description = "Another Genome Conversion Tool: Python frontend to Rust chainfile crate"
2424
license = {file = "LICENSE"}
2525
dependencies = ["wags-tails"]

0 commit comments

Comments
 (0)