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

Remove support for Python 3.9 #196

Closed davidorme closed 5 months ago

davidorme commented 5 months ago

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

As discussed, drop Python 3.9 in preparation for release 1.0.0 and add pyupgrade to the pre-commit tools to automatically update the code. Some places will need manual updates - versions used in GitHub action workflows for example.

The changes are likely to be very similar to this PR:

https://github.com/ImperialCollegeLondon/virtual_ecosystem/pull/356