]> git.phdru.name Git - ppu.git/blobdiff - .github/workflows/run-tests.yaml
Tests, CI: Run tests with Python 3.11
[ppu.git] / .github / workflows / run-tests.yaml
index 88529f7831164e333003bd6f030128b83c34b114..9a882ca4bc61659a000baf5ac6c795914df6fb99 100644 (file)
@@ -8,7 +8,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", "pypy-2.7"]
+        python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy-2.7"]
         include:
         - os: ubuntu-latest
           os-name: Linux