CI: Add PyPy to Python test matrix

This commit is contained in:
Andreas Motl
2024-10-24 02:06:24 +02:00
committed by Andreas Motl
parent 363af5338d
commit 43fd041138
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "pypy3.10"]
steps:
- uses: actions/checkout@v3