-
Notifications
You must be signed in to change notification settings - Fork 6
Error with CI/CD on Python 3.11 #35
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingdependenciesPull requests that update a dependency filePull requests that update a dependency filegood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdependenciesPull requests that update a dependency filePull requests that update a dependency filegood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra 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 updateflake8toblack.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.