Updated python version requirement to 3.12 due to use of f-strings

This commit is contained in:
Harrison Deng 2025-01-24 16:48:46 +00:00
parent 2f189c8741
commit e6d127369b

View File

@ -10,7 +10,7 @@ readme = "README.md"
dependencies = [
"autoBIGS-engine"
]
requires-python = ">=3.11"
requires-python = ">=3.12"
description = "A CLI tool to rapidly fetch fetch MLST profiles given sequences for various diseases."
[project.urls]