Change Kit Python version

Hi,

I have a python whl that is built using python 3.12.

When loading the whl through a custom extension using this section in “extension.toml”:

[python.pipapi]
archiveDirs = ["packages/"]

requirements = [
    # Install from wheel file (found via archiveDirs)
    "my_package-0.1-cp312-cp312-win_amd64.whl"
 ]

I get the following error :
ERROR: my_package-0.1-cp312-cp312-win_amd64.whl is not a supported wheel on this platform.

Kit app 107.3/106.2. is based on python 3.11/3.10.
I cannot rebuild the whl in any other python versions.

How do i exactly get kit to use python 3.12 ?
What is the way around this ?

Thanks.

Hi there and thanks for the inquiry. Let me ask the engineers if this is possible.

Hi @Richard3D,
any updates from the engineers ?

Thank you for your time

Actually yes. Kit 108 which just came out last week is written on 3.12. So download and try that.