From 8385bd338ecd24ae48dedc3489adc77fc4764af7 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Wed, 2 Aug 2023 16:07:12 +1000 Subject: [PATCH] .github: test against 3.9, 3.10 and 3.11 --- .github/workflows/test_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index b1688a58e2..9211167e15 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -33,7 +33,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.6, 3.7, 3.8] + python-version: [3.6, 3.7, 3.8, 3.9, "3.10", 3.11] steps: - uses: actions/checkout@v2 with: