Skip to content

Commit

Permalink
Update test.yml Actions workflow to run on PyPy 3.10 and CPython 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jan 27, 2024
1 parent abeb848 commit f366f3b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- python-version: '3.11'
python-release: v3.11
python-impl: CPython
- python-version: '3.12'
python-release: v3.12
python-impl: CPython
- python-version: pypy-3.6
python-release: v3.6
python-impl: PyPy
Expand All @@ -45,6 +48,9 @@ jobs:
- python-version: pypy-3.9
python-release: v3.9
python-impl: PyPy
- python-version: pypy-3.10
python-release: v3.10
python-impl: PyPy
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down Expand Up @@ -112,6 +118,9 @@ jobs:
- python-version: '3.11'
python-release: v3.11
python-impl: CPython
- python-version: '3.12'
python-release: v3.12
python-impl: CPython
- python-version: pypy-3.7
python-release: v3.7
python-impl: PyPy
Expand All @@ -121,6 +130,9 @@ jobs:
- python-version: pypy-3.9
python-release: v3.9
python-impl: PyPy
- python-version: pypy-3.10
python-release: v3.10
python-impl: PyPy
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down Expand Up @@ -188,6 +200,9 @@ jobs:
- python-version: '3.11'
python-release: v3.11
python-impl: CPython
- python-version: '3.12'
python-release: v3.12
python-impl: CPython
- python-version: pypy-3.7
python-release: v3.7
python-impl: PyPy
Expand All @@ -197,6 +212,9 @@ jobs:
- python-version: pypy-3.9
python-release: v3.9
python-impl: PyPy
- python-version: pypy-3.10
python-release: v3.10
python-impl: PyPy
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit f366f3b

Please sign in to comment.