Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with CI/CD on Python 3.11 #35

Open
vickumar1981 opened this issue Dec 3, 2023 · 0 comments
Open

Error with CI/CD on Python 3.11 #35

vickumar1981 opened this issue Dec 3, 2023 · 0 comments
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

Comments

@vickumar1981
Copy link
Owner

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 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.

@vickumar1981 vickumar1981 added bug Something isn't working help wanted Extra attention is needed good first issue Good for newcomers dependencies Pull requests that update a dependency file labels Dec 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant