]> git.phdru.name Git - sqlconvert.git/blobdiff - .github/workflows/run-tests.yaml
Tests, CI: Run tests with Python 3.11
[sqlconvert.git] / .github / workflows / run-tests.yaml
index aae7413f97d3d4b35eb7fa73a8abe1aaa937fc29..baafe4923d2c7badbb4e12f790335f62c8e9ca94 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"]
+        python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
         include:
         - os: ubuntu-latest
           os-name: Linux