Upgraded Python version requirement due to use of f-strings

This commit is contained in:
Harrison Deng 2025-01-24 17:00:57 +00:00
parent 5048fa8057
commit ca0f9673b0

View File

@ -11,7 +11,7 @@ dependencies = [
"biopython==1.85", "biopython==1.85",
"aiohttp[speedups]==3.11.*", "aiohttp[speedups]==3.11.*",
] ]
requires-python = ">=3.11" requires-python = ">=3.12"
description = "A library to rapidly fetch fetch MLST profiles given sequences for various diseases." description = "A library to rapidly fetch fetch MLST profiles given sequences for various diseases."
[project.urls] [project.urls]