Skip to content

Commit

Permalink
build: update python requirement to >=3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed May 21, 2024
1 parent d8bfb0c commit 9cec543
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,14 @@ classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering :: Bio-Informatics",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
]
requires-python = ">=3.8"
requires-python = ">=3.10"
description = "Another Genome Conversion Tool: Python frontend to Rust chainfile crate"
license = {file = "LICENSE"}
dependencies = ["wags-tails"]
Expand Down

0 comments on commit 9cec543

Please sign in to comment.