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

fix: import error on 3.9 #11

Merged
merged 2 commits into from
Jun 18, 2024
Merged

fix: import error on 3.9 #11

merged 2 commits into from
Jun 18, 2024

Conversation

serramatutu
Copy link
Collaborator

The previous version of the package was raising errors on Python 3.9 due to importing Self from typing, which was introduced in 3.10. I changed it to typing_extensions, and added a test for importing all modules to avoid errors like this in the future.

The previous version of the package was raising errors on Python 3.9 due
to importing `Self` from `typing`, which was introduced in 3.10. I
changed it to `typing_extensions`, and added a test for importing all
modules to avoid errors like this in the future.
@serramatutu serramatutu force-pushed the serramatutu/fix-import branch 9 times, most recently from 576022c to a7dce57 Compare June 18, 2024 11:16
@serramatutu serramatutu force-pushed the serramatutu/fix-import branch from a7dce57 to 4dc593a Compare June 18, 2024 11:20
@serramatutu serramatutu merged commit 860292c into main Jun 18, 2024
6 checks passed
@serramatutu serramatutu deleted the serramatutu/fix-import branch June 18, 2024 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant