]> git.phdru.name Git - mimedecode.git/blobdiff - .github/workflows/run-tests.yaml
CI(GHActions): Python 3.10
[mimedecode.git] / .github / workflows / run-tests.yaml
index 4bf76a0bb6873fd76eea0e220fd41bf82f5045fa..d89de764c84a2d50bfcd18b34e75037d113bcd91 100644 (file)
@@ -8,7 +8,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 'pypy-2.7']
+        python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "pypy-2.7"]
 
     name: Python ${{ matrix.python-version }}
     runs-on: ubuntu-latest
@@ -31,7 +31,7 @@ jobs:
       - name: Install dependencies
         run: |
           python --version
-          python -m pip install --upgrade "pip<21.0" "setuptools<45" wheel
+          python -m pip install --upgrade pip setuptools wheel
           pip --version
           pip install --upgrade virtualenv tox tox-gh-actions