Skip to content

Commit

Permalink
add pypy 3.8 and 3.9 to unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewleap-optimizely committed Jan 18, 2024
1 parent 66192b5 commit 540a257
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,15 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["pypy-3.10-v7.3.12", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version:
- "pypy-3.8"
- "pypy-3.9"
- "pypy-3.10"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -84,7 +92,15 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version:
- "pypy-3.8"
- "pypy-3.9"
- "pypy-3.10"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 540a257

Please sign in to comment.