Closed benbovy closed 2 months ago
libssl.3.dylib has a minimum target of 13.0
Looks like we'll need to build and install openssl manually on macos :-/
libssl.3.dylib has a minimum target of 13.0
Looks like we'll need to build and install openssl manually on macos :-/
Could also (or at least for now) bump the deployment target (it just means the wheels are only installable on recent macos)
Success! Will have to add an upload step now to further verify that it actually works
Success!
Yes finally!
We'll need to add windows too (maybe in a follow-up PR).
We'll also need to include the licenses of the dependencies in the wheels.
Everything is green! I'm going to merge this PR now and release 0.0.1 so we can test if all the files are correctly uploaded to pypi. I'm also going to submit a PR to conda-forge/staged-recipes.
Great!
BTW, if you update
https://github.com/benbovy/spherely/blob/38d3bf9df81e86140dacb962b573fc95e44f9316/pyproject.toml#L21-L21
to
>=3.10
then it should autmatically limit the wheels to those python versions (not that it will the error, but I just noticed it was building and testing a python 3.7 wheel, and we don't really need to provide wheels for that many python versions)I bumped testing to use Python 3.10+ (https://github.com/benbovy/spherely/pull/36), so matching our requirements to that might be best.