]> git.phdru.name Git - mimedecode.git/blobdiff - .github/workflows/run-tests.yaml
Tests,CI: PyPy3
[mimedecode.git] / .github / workflows / run-tests.yaml
index 3addbae9024a38e056078da27a8a4d8a7eb48847..b62756aaa383a89d0b5d6defad0fe7a3cd7221b9 100644 (file)
@@ -7,7 +7,7 @@ jobs:
 
     strategy:
       matrix:
-        python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy-2.7"]
+        python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy-2.7", "pypy-3.7"]
 
     name: Python ${{ matrix.python-version }}
     runs-on: ubuntu-latest