cryptography
cryptography copied to clipboard
Use uv for various things around CI
- [x]
uv buildfor building cryptography sdists + vectors sdists/wheels- [x] https://github.com/astral-sh/uv/pull/7085
- [x] https://github.com/astral-sh/uv/pull/7094
- [x]
uv buildfor building cryptography wheels- [x] Linux
- [x] https://github.com/pypa/manylinux/pull/1670
- [x] macOS
- [x] Windows
- [x] Linux
- [ ]
uv pip compilefor managing.github/requirements/build-requirements.txt- [ ] https://github.com/astral-sh/uv/issues/5190
- [x]
uv pip compilefor managing.github/requirements/publish-requirements.txt - [x]
uv pip compilefor managingci-constraints-requirements.txt- [x] https://github.com/astral-sh/uv/issues/6730
- [x] Pin
uvinwheel-builder.yml - [ ]
uv publishinpypi-publish.yml- [ ] https://github.com/astral-sh/uv/issues/15618
@charliermarsh if you were curious how all the pieces I've been requesting fit together, this is it.