kachayev / fn.py

Functional programming in Python: implementation of missing features to enjoy FP
Other
3.35k stars 204 forks source link

Import update to support python 3.10 #95

Open kapulkin opened 2 years ago

kapulkin commented 2 years ago

I would like to use cadCAD library with python 3.10. As the library depends on fn.py I prepared an import fix for fn.py to support python 3.10

vijaybvc1989 commented 1 year ago

@kachayev @kapulkin Can you please merge this pr? Thanks

ftsfranklin commented 1 year ago

Duplicate of https://github.com/kachayev/fn.py/pull/87, which has better compatibility with older Python versions.