From 63fbb47839380a30f763e78820d80c461d05cf3a Mon Sep 17 00:00:00 2001 From: Abhishek Dasgupta Date: Sun, 8 Sep 2024 17:40:59 +0100 Subject: [PATCH] ci: bump Python minimum version to 3.11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 62c90d4..e685aea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "olm" version = "0.1.0" description = "Office for Linelist Management" readme = "README.md" -requires-python = ">=3.10" +requires-python = ">=3.11" dependencies = [ "chevron>=0.14.0", "pandas>=2.2.2",