cdgriffith / Box

Python dictionaries with advanced dot notation access
https://github.com/cdgriffith/Box/wiki
MIT License
2.64k stars 107 forks source link

Version 7.0.0 #241

Closed cdgriffith closed 1 year ago

cdgriffith commented 1 year ago
JacobHayes commented 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
cdgriffith commented 1 year ago

@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!

JacobHayes commented 1 year ago

Looks like the install worked, thanks!

JacobHayes commented 1 year ago

Confirming the new extras metadata (installed from git) look good (ie: ruamel is not installed on my side)!