Skip to content

Commit

Permalink
Merge pull request #350 from aiven/rominf-pypy
Browse files Browse the repository at this point in the history
Add pypy-3.10 to GitHub Actions
  • Loading branch information
akudiyar authored Aug 14, 2023
2 parents 5daf5ec + 41edcdf commit 698933d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
needs: lint
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', 'pypy-3.8', 'pypy-3.9']
python-version: ['3.8', '3.9', '3.10', '3.11', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10']
os: [macos-latest, ubuntu-latest, windows-latest]

steps:
Expand Down

0 comments on commit 698933d

Please sign in to comment.