From ca0f9673b0276ffb46e8059b8805f859c2e5cf47 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Fri, 24 Jan 2025 17:00:57 +0000 Subject: [PATCH] Upgraded Python version requirement due to use of f-strings --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e91f57f..89a9a00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]