evhub / coconut

Simple, elegant, Pythonic functional programming.
http://coconut-lang.org
Apache License 2.0
4.05k stars 120 forks source link

Drop support for python versions < 3.7 #771

Closed aqeelat closed 1 year ago

aqeelat commented 1 year ago

I would like to work on this

evhub commented 1 year ago

This will never happen; one of the main draws of Coconut is its ability to backport code from newer Python versions to older Python versions. If you'd like to compile your code only for versions that are not end-of-life, the new --target psf will do that (https://github.com/evhub/coconut/issues/767).