MatterMiners / tardis

Transparent Adaptive Resource Dynamic Integration System
https://cobald-tardis.readthedocs.io
MIT License
15 stars 20 forks source link

Update Minimal Python version 3.8 #303

Closed giffels closed 11 months ago

giffels commented 11 months ago

Community review has shown that all environments in which TARDIS is deployed support at least Python 3.8. Since Python 3.7 is EOL now too TARDIS will drop support for both Python 3.6 and Python 3.7. This will allow us to use more modern dependencies and remove some cruft from using the older standard library.

This is an overview ticket for the planned two stage deprecation process:

See also https://github.com/MatterMiners/tardis/issues/273 and https://github.com/MatterMiners/cobald/issues/124.