zuzukin / whl2conda

Generate conda package from pure python wheel
https://zuzukin.github.io/whl2conda/
Apache License 2.0
6 stars 2 forks source link

Drop python 3.8 #66

Open analog-cbarber opened 1 year ago

analog-cbarber commented 1 year ago

When Python 3.8 hits end of life in October of 2024, drop support and remove api version dependent use of importlib.

analog-cbarber commented 5 months ago

After dropping 3.8 consider code improvements to take advantage of any features first introduced in python 3.9.

In particular, replace type annotations using List and Dict with ones using list and dict builtins.