]> git.phdru.name Git - ppu.git/blobdiff - .github/workflows/run-tests.yaml
CI(GHActions): Python 3.10
[ppu.git] / .github / workflows / run-tests.yaml
index 8387a9dd5c5ed5959364708216e10c569f9ca470..198f8f80b0c77110fa2d1459b4239a4aa9a26f16 100644 (file)
@@ -9,7 +9,7 @@ jobs:
       fail-fast: false
       matrix:
         os: [ubuntu-latest, windows-latest]
-        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"]
         include:
         - os: ubuntu-latest
           os-name: Linux
@@ -38,7 +38,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
       - name: Set TOXENV