Closed cdgriffith closed 1 year ago
I'm having some issues with the wheels for python <3.11. Looks like the <3.11 wheels (which did not work) are marked x86_64, while the 3.11 wheel (which did work) is marked universal (x86_64 and arm64):
python_box-7.0.0rc0-cp37-cp37m-macosx_10_15_x86_64.whl
python_box-7.0.0rc0-cp38-cp38-macosx_10_15_x86_64.whl
python_box-7.0.0rc0-cp39-cp39-macosx_11_0_x86_64.whl
python_box-7.0.0rc0-cp310-cp310-macosx_11_0_x86_64.whl
python_box-7.0.0rc0-cp311-cp311-macosx_10_9_universal2.whl
@JacobHayes added a new version 7.0.0rc1
that just nixes macos Cython optimized builds for now until there is a good way to make universal2
packages across supported versions (tracking in #242) Thanks for pointing that out!
Looks like the install worked, thanks!
Confirming the new extras metadata (installed from git) look good (ie: ruamel is not installed on my side)!
|
and+
for frozen boxes (thanks to Peter B)|
and+
updates were performed for right operations (thanks to aviveh21)