From c6c16d5b2fa4de01d34de5d4d40a0ecb91393b9b Mon Sep 17 00:00:00 2001 From: Sanjay C Nagi Date: Mon, 17 Apr 2023 14:30:24 +0100 Subject: [PATCH] allow py3.11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 868ced9..f6fae29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ packages = [ license = "MIT" [tool.poetry.dependencies] -python = ">=3.7.1,<3.11" +python = ">=3.7.1" malariagen_data = "*" pandas = [ {version="<1.4", python=">=3.7.1,<3.8"},