Skip to content

Fix for Python 3.6: Callable is in typing, not typing_extensions #63

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

Merged
merged 1 commit into from
Mar 31, 2025

Conversation

AdamWill
Copy link
Contributor

Even back in Python 3.6, typing had Callable in it, so this should be here.

We need to rejig this again to do everything differently for 3.9+ as a bunch of these are 'deprecated' from 3.9 onwards, but that's another topic.

Even back in Python 3.6, typing had Callable in it, so this
should be here.

We need to rejig this *again* to do everything differently for
3.9+ as a bunch of these are 'deprecated' from 3.9 onwards, but
that's another topic.

Signed-off-by: Adam Williamson <[email protected]>
@AdamWill AdamWill merged commit e159b8c into os-autoinst:main Mar 31, 2025
9 checks passed
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