scikit-build / cmake-python-distributions

This project provides the infrastructure to build CMake Python wheels.
https://cmake-python-distributions.readthedocs.io
Apache License 2.0
111 stars 34 forks source link

Init: fix importlib version compat #473

Closed mloubout closed 5 months ago

mloubout commented 5 months ago

This fixes the import lib import that had the API change for Python 3.8, not Python 3.10

Fixes #472 Fixes #471

jcfr commented 5 months ago

Thanks for the contribution :pray:

I am closing this pull request as it is superseded by https://github.com/scikit-build/cmake-python-distributions/pull/474

mloubout commented 5 months ago

I am closing this pull request as it is superseded by https://github.com/scikit-build/cmake-python-distributions/pull/474

This one does not fix the import issue that checks the wrong python version. Please reopen or cherry pick change