X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=.github%2Fworkflows%2Frun-tests.yaml;h=baafe4923d2c7badbb4e12f790335f62c8e9ca94;hb=dc96c20fa2ed56c469d8538c03bc193ce80a7c44;hp=aae7413f97d3d4b35eb7fa73a8abe1aaa937fc29;hpb=16b87d7760e72ea2969447c0f5bc02bf38b6b77b;p=sqlconvert.git diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index aae7413..baafe49 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -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