pyeffects icon indicating copy to clipboard operation
pyeffects copied to clipboard

Error with CI/CD on Python 3.11

Open vickumar1981 opened this issue 7 months ago • 0 comments

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

  • Enable the 3.11 build in the github actions: https://github.com/vickumar1981/pyeffects/pull/34/files#diff-a0fe23534b616d51ce686d2a1bcd1a78bc75074aef1a2f6ee96c9469991e1a4cL20

and the github action checks succeed for all the builds.

vickumar1981 avatar Dec 03 '23 20:12 vickumar1981