Upgraded Python version requirement due to use of f-strings
This commit is contained in:
parent
5048fa8057
commit
ca0f9673b0
@ -11,7 +11,7 @@ dependencies = [
|
||||
"biopython==1.85",
|
||||
"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."
|
||||
|
||||
[project.urls]
|
||||
|
Loading…
x
Reference in New Issue
Block a user