Skip to content

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

Merged
AdamWill merged 1 commit intoos-autoinst:mainfrom
AdamWill:fix-typing-py36
Mar 31, 2025
Merged

Fix for Python 3.6: Callable is in typing, not typing_extensions#63
AdamWill merged 1 commit intoos-autoinst:mainfrom
AdamWill:fix-typing-py36

Conversation

@AdamWill
Copy link
Copy Markdown
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