From e6d127369bd32843c73792dbbf016f857e1973f6 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Fri, 24 Jan 2025 16:48:46 +0000 Subject: [PATCH] Updated python version requirement to 3.12 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 5683866..71874ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]