add pypy Python versions 3.7, 3.8, and 3.9 to GitHub CI testing

This commit is contained in:
scito 2022-12-18 13:05:32 +01:00 committed by Roland Kurmann
parent 30638041d8
commit 21c16ed44e

View file

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.x"]
python-version: ["3.7", "pypy-3.7", "3.8", "pypy-3.8", "3.9", "pypy-3.9", "3.10", "3.11", "3.x"]
steps:
- uses: actions/checkout@v3