-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
New PyPy naming scheme #49
Comments
Thanks for the heads up. Yes, the current tox-gh-actions only supports |
@DorianGray, thanks for your contribution! The change is published as v2.3.0 along with additional changes in #51. |
The following configuration is now supported. It's also explained in README. [gh-actions]
python =
# New style introduced in #50
pypy-2.7: pypy2
pypy-3.7: pypy3
# Major version only introduced in #51
pypy-2: pypy2
pypy-3: pypy3
# For backward compatibility
pypy2: pypy2
pypy3: pypy3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
actions/setup-python#136
looks like a bit of work is required here to support these changes.
The text was updated successfully, but these errors were encountered: