EntilZha / PyFunctional

Python library for creating data pipelines with chain functional programming
http://pyfunctional.pedro.ai
MIT License
2.41k stars 132 forks source link

Update actions #180

Closed artemisart closed 1 year ago

artemisart commented 1 year ago

Update actions to support #178

EntilZha commented 1 year ago

If you remove 3.6, I think this would probably run successfully. Feel free to add 3.9/3.10/3.11 as well

artemisart commented 1 year ago

Sorry I missed the notification, I will remove 3.11 for this PR as dependencies are not compatible, I will try to be compatible with 3.11 in another PR (I think we just need to update pylint).

artemisart commented 1 year ago

I updated a bit the readme (already mentioning a future 1.5, is it ok?) and toml/setup.py for the python versions.

artemisart commented 1 year ago

IDK why but Codecov removes previous versions of their package https://pypi.org/project/codecov/#history so it breaks everything, however I believe it's actually not needed as a dependency and the github action should handle it, I will try to remove the dep tomorrow.

EntilZha commented 1 year ago

LGTM, there are some pylint errors, but I can fix those after merging, I think its better to close out the dep/action update sooner than later :). Thanks for the work and patience!

artemisart commented 1 year ago

Thanks ! Yes indeed pylint errors are due to the update.