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

Update gh actions 11 2022 #483

Merged
merged 3 commits into from Feb 17, 2023
Merged

Conversation

micromoses
Copy link
Contributor

Objectives

  1. Make tox run locally
    • remove py3.6 from tox envs
  2. Make GitHub Actions run on all compatible PyPy versions
    • update setup to v4 (to support PyPy's new version annotation, e.g. pypy3.x)
    • added implementation type (CPython/PyPy)
    • changed versions from floats to strings (otherwise 3.10 would be interpreted as 3.1)

- update `setup-python` from v2 to v4 (supporting specific pypy versions)
- update the name matrix accordingly
- run PyPy tests on versions matching `python-version` according to matrix
…transtlated to shortest number

Example: Version `3.10` will translate to `3.1`, which is sooo historic..
By setting versions to be strings, `"3.10"` literally means `3.10`, not 3.1.
@boxed boxed merged commit df3755d into spulec:master Feb 17, 2023
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

Successfully merging this pull request may close these issues.

None yet

2 participants