]> git.phdru.name Git - mimedecode.git/blobdiff - .github/workflows/run-tests.yaml
CI(GHActions): Add PyPy
[mimedecode.git] / .github / workflows / run-tests.yaml
index de8fd928468930be340bb823dcb3abd9acca3c5b..efd8361f61bcbce6653aba56339a5cb55e15075f 100644 (file)
@@ -7,7 +7,7 @@ jobs:
 
     strategy:
       matrix:
-        python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
+        python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 'pypy-2.7']
 
     name: Python ${{ matrix.python-version }}
     runs-on: ubuntu-latest