Skip to content

Commit

Permalink
Test against current PyPy versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaugustin committed Aug 3, 2024
1 parent d271022 commit 309e62f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "pypy-3.8"
- "pypy-3.9"
- "pypy-3.10"
is_main:
- ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
exclude:
- python: "pypy-3.8"
is_main: false
- python: "pypy-3.9"
is_main: false
- python: "pypy-3.10"
is_main: false
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 309e62f

Please sign in to comment.