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

New PyPy naming scheme #49

Closed
DorianGray opened this issue Dec 18, 2020 · 4 comments
Closed

New PyPy naming scheme #49

DorianGray opened this issue Dec 18, 2020 · 4 comments

Comments

@DorianGray
Copy link
Contributor

actions/setup-python#136

looks like a bit of work is required here to support these changes.

@ymyzk
Copy link
Owner

ymyzk commented Dec 20, 2020

Thanks for the heads up.

Yes, the current tox-gh-actions only supports pypy (PyPy 2) and pypy3 (PyPy 3.x) and cannot distinguish minor versions and we need a fix.

@DorianGray
Copy link
Contributor Author

#50

@ymyzk
Copy link
Owner

ymyzk commented Dec 31, 2020

@DorianGray, thanks for your contribution! The change is published as v2.3.0 along with additional changes in #51.

@ymyzk
Copy link
Owner

ymyzk commented Dec 31, 2020

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

@ymyzk ymyzk closed this as completed Dec 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants