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

Update vendored six library to version 1.16.0 #843

Closed
wants to merge 2 commits into from
Closed

Update vendored six library to version 1.16.0 #843

wants to merge 2 commits into from

Conversation

Tenzer
Copy link

@Tenzer Tenzer commented Jan 31, 2022

This version has Python 3.10 a compatibility fix that means the following warning won't be emitted anymore when Invoke is used on Python 3.10:

ImportWarning: _SixMetaPathImporter.find_spec() not found; falling back to find_module()

See the issue reported for more details: benjaminp/six#341.

Tenzer and others added 2 commits January 31, 2022 11:26
This version has Python 3.10 a compatibility fix that means the following
warning won't be emitted anymore when Invoke is used on Python 3.10:

> ImportWarning: _SixMetaPathImporter.find_spec() not found; falling back to
> find_module()

See the issue reported for more details:
benjaminp/six#341.
@Tenzer
Copy link
Author

Tenzer commented Jan 17, 2023

Six was removed in 2ec488b so this is no longer necessary.

@Tenzer Tenzer closed this Jan 17, 2023
@Tenzer Tenzer deleted the update-vendored-six branch January 17, 2023 09:26
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