You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build mpdecimal on Windows and fix Python 3.13 validation (#7)
* Attempt to download and build `mpdecimal` on Windows
* Patch `mpdecimal` in `python.props`
* Remove `_msi` from expected global extensions
* Allow `_msi` to be missing during `collect_python_build_artifacts`
* Add `_testclinic_limited` and `_testlimitedcapi` to ignored extensions
* Add `python313.dll` to allowed libraries
* Fix expected global extensions for 3.13
* Allow `_PyWarnings_Init` to be missing on 3.13
* Include 3.8 in `_PyWarnings_Init` case
* Include `_xxsubinterpreters` in 3.8 extensions
0 commit comments