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

Error with CI/CD on Python 3.11 #35

Open vickumar1981 opened 9 months ago

vickumar1981 commented 9 months ago

As part of: https://github.com/vickumar1981/pyeffects/pull/34

The 3.11 build/test action was disabled in the github actions. Running 3.11, gives an error ModuleNotFoundError: No module named 'typing_extensions.

Not sure what changed from the previous builds, particularly with the Pipfile. The only change was to update flake8 to black.

Expected Result

Enabling the 3.11 build in the github actions will run successfully.

Actual Result

Build complains that there is no module for typing-extensions.

Reproduction Steps

and the github action checks succeed for all the builds.