Error with CI/CD on Python 3.11 #35
Labels
bug
Something isn't working
dependencies
Pull requests that update a dependency file
good first issue
Good for newcomers
help wanted
Extra attention is needed
As part of: #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 updateflake8
toblack
.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.
The text was updated successfully, but these errors were encountered: