vickumar1981 / pyeffects

Handle side-effects in Python like a boss. Implements functional types for Either, Option, Try, and Future.
Other
30 stars 6 forks source link

Add builds for python 3.7, 3.8 to tox setup and travis build #7

Closed vickumar1981 closed 9 months ago

vickumar1981 commented 4 years ago

Add steps to run unit tests on python 3.7, and python 3.8 in the tox.ini file, and in the travis build.

vickumar1981 commented 9 months ago

This is largely addressed by this PR: https://github.com/vickumar1981/pyeffects/pull/22

We moved off of travis and started using github actions. Currently, the 3.11 build is not working, but there's a separate issue for that:

https://github.com/vickumar1981/pyeffects/issues/35