From 831902e964d404c42a04b10277c1d5a0b54880ca Mon Sep 17 00:00:00 2001 From: Matthew Gidden Date: Fri, 22 Nov 2024 10:04:44 +0100 Subject: [PATCH] fix attempt: python 3.10 or higher --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7f4b802..49a0947 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ description = "Harmonize Integrated Assessment Model Emissions Trajectories" license = {text = "Apache License 2.0"} name = "aneris-iamc" readme = "README.rst" -requires-python = ">=3.6" +requires-python = ">=3.10" # Add here all kinds of additional classifiers as defined under # https://pypi.org/classifiers/ @@ -25,7 +25,6 @@ dependencies = [ "pyomo>=5", "pandas-indexing>=0.4.0", "pycountry", - "typing-extensions", ] dynamic = ["version"]