1 Commits
0.7.2 ... 0.8.0

Author SHA1 Message Date
ca0f9673b0 Upgraded Python version requirement due to use of f-strings 2025-01-24 17:00:57 +00:00

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]