Wheels installed for Windows with a Python version different from 3.9 do not work.
Reproducible example code
import fastddm
Input files
No response
Output
fastddm._core does not exist
Expected output
No response
Platform
C++, Windows
Installation method
Pip
FastDDM version
0.3.8
Python version
3.12.1
Additional context
All Windows wheels show the correct python flag cp38 ... cp312.
The _core_...pyd library, however, always shows the same identifier cp39.
This could be connected to the host Python version, which is always 3.9, regardless of the one required to build the wheel.
Is this a regression? Put the last known working version here if it is.
Description
Wheels installed for Windows with a Python version different from 3.9 do not work.
Reproducible example code
Input files
No response
Output
Expected output
No response
Platform
C++, Windows
Installation method
Pip
FastDDM version
0.3.8
Python version
3.12.1
Additional context
All Windows wheels show the correct python flag
cp38 ... cp312
. The_core_...pyd
library, however, always shows the same identifiercp39
. This could be connected to the host Python version, which is always 3.9, regardless of the one required to build the wheel.Is this a regression? Put the last known working version here if it is.
Not a regression