]> git.phdru.name Git - ppu.git/blobdiff - .github/workflows/run-tests.yaml
Tests,CI: Python 3.12
[ppu.git] / .github / workflows / run-tests.yaml
index 61d2d6fcc0dff0b4461bfe8998f9fb72acaac613..0f05ef966657983d72e38386f6f8162eac77f370 100644 (file)
@@ -10,7 +10,7 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest, windows-latest]
-        python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy3.7"]
+        python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.7"]
         include:
         - os: ubuntu-latest
           os-name: Linux
@@ -45,7 +45,7 @@ jobs:
       - name: Install dependencies
         run: |
           python --version
-          python -m ensurepip
+          python -m pip || python -m ensurepip --default-pip --upgrade
           python -m pip install --upgrade pip setuptools wheel
           pip --version
           pip install --upgrade virtualenv "tox >= 3.15, < 4"