Skip to content

Update CI to test Python 3.10 and Ruby 3.1#215

Merged
eldipa merged 3 commits intomasterfrom
Review-Supported-Languages
Feb 21, 2022
Merged

Update CI to test Python 3.10 and Ruby 3.1#215
eldipa merged 3 commits intomasterfrom
Review-Supported-Languages

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.

@eldipa eldipa force-pushed the Review-Supported-Languages branch from 89d5867 to 85f2367 Compare February 20, 2022 23:22
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 force-pushed the Review-Supported-Languages branch from 2c04218 to 3058df1 Compare February 21, 2022 00:09
@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.

1 participant