Skip to content

Commit

Permalink
fix attempt: python 3.10 or higher
Browse files Browse the repository at this point in the history
  • Loading branch information
gidden committed Nov 22, 2024
1 parent 518319b commit 831902e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -25,7 +25,6 @@ dependencies = [
"pyomo>=5",
"pandas-indexing>=0.4.0",
"pycountry",
"typing-extensions",
]
dynamic = ["version"]

Expand Down

0 comments on commit 831902e

Please sign in to comment.