-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update PyPy CI Specifier #467
Conversation
90bf597
to
d4887f1
Compare
I am not well-versed in nox. The github setup-python specifier is now pypy-3.7, the executable in the created environment can be one of pypy3, pypy3.7, pypy, python, python3, or python3.7. Is nox looking for pypy-3.7? That is not one of the options. |
f3a47ad
to
7400644
Compare
Adding another |
In the end the old invocation was correct Co-authored-by: Pradyun Gedam <[email protected]>
You didn't modify any .py files, so the required runs aren't running anymore. 🤣 It's fine though -- I can tick the admin checkbox and merge this. |
pypy3
is being deprecated as a specifier, see actions/setup-python#244. Right now this affects macos-latest, but I imagine it will percolate through the other os images as well. The current CI here has not failed, I think because the image is cached.