From fa44ee35c8246a8a6bafc2f709e82ca62c763e42 Mon Sep 17 00:00:00 2001 From: Yangyang Li Date: Mon, 30 Oct 2023 09:19:37 -0500 Subject: [PATCH] chore: update Python version requirement --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ebab47ef..34ae33c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ keywords = ["bioinformatics", "sequence aligner", "blat"] [tool.poetry.dependencies] -python = "^3.9, <3.12" +python = "^3.8, <3.12" loguru = "^0.7.0" pybind11 = "^2.10.4" setuptools = "^68.2.2"