Skip to content

Commit

Permalink
Add testing on pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
sybrenstuvel committed Apr 23, 2023
1 parent 96b8508 commit 8e2ae82
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/tests.yml
Expand Up @@ -7,7 +7,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version:
- "3.7"
- "3.8"
- "pypy3.8"
- "3.9"
- "pypy3.9"
- "3.10"
- "3.11"

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 8e2ae82

Please sign in to comment.