diff options
Diffstat (limited to '.github/workflows/github-actions.yml')
| -rw-r--r-- | .github/workflows/github-actions.yml | 41 |
1 files changed, 29 insertions, 12 deletions
diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 1af692a..24a45eb 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -87,22 +87,39 @@ jobs: toxpython: 'python3.11' tox_env: 'py311' os: 'macos-latest' - - name: 'pypy38 (ubuntu)' - python: 'pypy-3.8' - toxpython: 'pypy3.8' + - name: 'pypy310 (ubuntu)' + python: 'pypy-3.10' + toxpython: 'pypy3.10' python_arch: 'x64' - tox_env: 'pypy38' + tox_env: 'pypy310' os: 'ubuntu-latest' - - name: 'pypy38 (windows)' - python: 'pypy-3.8' - toxpython: 'pypy3.8' + - name: 'pypy310 (windows)' + python: 'pypy-3.10' + toxpython: 'pypy3.10' python_arch: 'x64' - tox_env: 'pypy38' + tox_env: 'pypy310' os: 'windows-latest' - - name: 'pypy38 (macos)' - python: 'pypy-3.8' - toxpython: 'pypy3.8' - tox_env: 'pypy38' + - name: 'pypy310 (macos)' + python: 'pypy-3.10' + toxpython: 'pypy3.10' + tox_env: 'pypy310' + os: 'macos-latest' + - name: 'pypy311 (ubuntu)' + python: 'pypy-3.11' + toxpython: 'pypy3.11' + python_arch: 'x64' + tox_env: 'pypy311' + os: 'ubuntu-latest' + - name: 'pypy311 (windows)' + python: 'pypy-3.11' + toxpython: 'pypy3.11' + python_arch: 'x64' + tox_env: 'pypy311' + os: 'windows-latest' + - name: 'pypy311 (macos)' + python: 'pypy-3.11' + toxpython: 'pypy3.11' + tox_env: 'pypy311' os: 'macos-latest' - name: 'py312 (ubuntu)' python: '3.12' |
