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 CI to test Python 3.10 and Ruby 3.1 #215

Merged
merged 3 commits into from
Feb 21, 2022
Merged

Conversation

eldipa
Copy link
Collaborator

@eldipa eldipa commented Feb 20, 2022

At the moment these are the only new versions that are not covered by the
current CI config so this comit updates them.

find_module is deprecated and 3.10 was removed. The almost immediate
replacement is call to find_spec to get a ModuleSpec and from there,
access to its loader attribute to get a Loader.

importlib's module_from_spec will create the Module and loader's
exec_module will load it (execute it).

For reference:
 - https://bugs.python.org/issue43540
@eldipa eldipa force-pushed the Review-Supported-Languages branch 3 times, most recently from 015648b to 2c04218 Compare February 20, 2022 23:57
At the moment these are the only new versions that are not covered by the
current CI config so this comit updates them.
@eldipa eldipa merged commit 9706ef1 into master Feb 21, 2022
@eldipa eldipa deleted the Review-Supported-Languages branch February 21, 2022 00:14
@eldipa eldipa mentioned this pull request Feb 21, 2022
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.

None yet

1 participant