Open joamatab opened 4 days ago
Thanks for this note. 3.13 is simply not included in the azure pipelines. I'll add it and let you know if it works.
Matthias
Not that easy unfortunately as they deprecated Py_SetPath in 3.13.
They changed the logic of the initialization, so the code has to be restructured for 3.13. Which is a pain, because there are already #if's for telling Python 2 from 3 and Windows from Linux.
So overall not a simple change.
Matthias
I am trying a simple hack now ...
I think it worked now. There are Python 3.13 packages for amd64 and x86.
Could you try and let me know if they work?
Thanks,
Matthias
How can we build Python wheels for Windows on Python 3.13?
Some GDSFactory users are starting to use Python 3.13, but pip install klayout fails for this version. Here’s the relevant GitHub Actions log for reference: GitHub Actions Log
KLayout package files on PyPI: KLayout on PyPI