Alex Gaynor
Alex Gaynor
I'm very excited, and will believe it when I see it :-)
This has (unsurprisingly) been deferred to Q2: https://github.com/github/roadmap/issues/1098
Let's get this train rolling. Step 1, build OpenSSL: https://github.com/pyca/infra/pull/686
https://github.com/actions/partner-runner-images/issues/77 tracks getting rustup in the images themseles
Are you able to share an example key (not a real one, obviously) with this encryption?
`nox` was just an example where we see this. That's an interesting note about simply specifying it twice with two different constraints, that makes sense!
Sure, `echo 'mypy' | uv pip compile - --universal -p 3.7` is another example, where `typing-extensions` is the impacted package. In general, every dependency in https://github.com/pyca/cryptography/blob/main/ci-constraints-requirements.txt that has a `python_version`...
I should have posted this before, but the trick with specifying the root dep 2x to force forking doesn't seem to work: ``` ~ ❯❯❯ echo "nox; python_version='3.8'" | uv...
Oooh, I'll play with this in the next release! FWIW, I think our use case is kind of strange in the world of corporate development, but fairly normal in OSS.
Please provide instructions for reproducing from a clean environment.