ImperialCollegeLondon / pyrealm

Development of the pyrealm package, providing an integrated toolbox for modelling plant productivity, growth and demography using Python.
https://pyrealm.readthedocs.io/
MIT License
19 stars 8 forks source link

Update pyproject to allow Python 3.11 #101

Closed davidorme closed 1 year ago

davidorme commented 1 year ago

Is your feature request related to a problem? Please describe.

As @MarionBWeinzierl mentioned in one of the meetings, at the moment, the project is pinned to Python 3.9 and 3.10 but this is now getting outdated.

Describe the solution you'd like

Add Python 3.11 to the tool.poetry.dependencies in pyproject.toml and fix any resulting issues.