Skip to content
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

Closed
webknjaz opened this issue Sep 25, 2020 · 4 comments · Fixed by #168
Closed

Support PyPy3.7 separate from PyPy3.6 #136

webknjaz opened this issue Sep 25, 2020 · 4 comments · Fixed by #168
Labels
enhancement New feature or request

Comments

@webknjaz
Copy link

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 and pypy3.7 when using this action. Just like Travis CI allows us to do this.

@henryiii
Copy link

henryiii commented Oct 5, 2020

Just a thought, but "pypy3" could point at the "latest stable" python 3 mode, which is pypy3.6 for now.

@konradpabjan konradpabjan added enhancement New feature or request and removed bug Something isn't working labels Oct 6, 2020
@aouinizied
Copy link

Having both will allow easier wheels generation and will be a very nice feature.

@mattip
Copy link

mattip commented Nov 9, 2020

PR gh-161 should move this forward.

@maxim-lobanov
Copy link
Contributor

Hello everyone!
#168 was recently merged and PyPy support is available in actions/setup-python@v2. Please see more details on usage in README

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
6 participants