-
Notifications
You must be signed in to change notification settings - Fork 580
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
Support PyPy3.7 separate from PyPy3.6 #136
Labels
enhancement
New feature or request
Comments
Just a thought, but "pypy3" could point at the "latest stable" python 3 mode, which is pypy3.6 for now. |
konradpabjan
added
enhancement
New feature or request
and removed
bug
Something isn't working
labels
Oct 6, 2020
Having both will allow easier wheels generation and will be a very nice feature. |
7 tasks
PR gh-161 should move this forward. |
Hello everyone! |
DorianGray
added a commit
to DorianGray/tox-gh-actions
that referenced
this issue
Dec 20, 2020
actions/setup-python#136 Changes slightly how pypy version strings are handled to match more recent github actions changes
DorianGray
added a commit
to DorianGray/tox-gh-actions
that referenced
this issue
Dec 20, 2020
actions/setup-python#136 Changes slightly how pypy version strings are handled to match more recent github actions changes.
DorianGray
added a commit
to DorianGray/tox-gh-actions
that referenced
this issue
Dec 20, 2020
actions/setup-python#136 Changes slightly how pypy version strings are handled to match more recent github actions changes.
This was referenced Dec 20, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Request
PyPy 7.3.2 got released with versions compatible with Python 2.7, 3.6 and 3.7 (new!): https://morepypy.blogspot.com/2020/09/pypy-732-triple-release-python-27-36.html
I'd like to be able to specify
pypy
/pypy3.6
andpypy3.7
when using this action. Just like Travis CI allows us to do this.The text was updated successfully, but these errors were encountered: