This is a ticket to collect feedback and related tickets/tasks concerning dropping support for Python 3.5 in openeo python client.
Python 3.5 reached end of support in Sept 2020 (first final 3.5.0 release was Sept 2015, final 3.5.10 release was Sept 2020)
Some nice Python3.6 features that could improve and streamline development/maintenance:
- f-strings
- variable annotations (type hints)
typing.NamedTuple with variable annotations makes it easy to create compact containers for openEO data structures
- no more workarounds for usable
tmp_path fixture with pytest
This is a ticket to collect feedback and related tickets/tasks concerning dropping support for Python 3.5 in openeo python client.
Python 3.5 reached end of support in Sept 2020 (first final 3.5.0 release was Sept 2015, final 3.5.10 release was Sept 2020)
Some nice Python3.6 features that could improve and streamline development/maintenance:
typing.NamedTuplewith variable annotations makes it easy to create compact containers for openEO data structurestmp_pathfixture with pytest