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

pull/28/head
scito 1 year ago committed by Roland Kurmann
parent 30638041d8
commit 21c16ed44e

@ -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

Loading…
Cancel
Save