From b41f4b62781659875ce29bdab293e10a692be0e3 Mon Sep 17 00:00:00 2001 From: Kimmo Huoman Date: Tue, 15 Nov 2022 17:41:31 +0200 Subject: [PATCH] Add tests for Python 3.10 and 3.11 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 68c17d5..eb0d19f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['2.7', '3.5', '3.6', '3.7', '3.8', '3.9'] + python-version: ['2.7', '3.5', '3.6', '3.7', '3.8', '3.9', '3.10', '3.11'] steps: - uses: actions/checkout@v2