From cf573962cb1ddb1ba08340fd9ef138b3037cbbb0 Mon Sep 17 00:00:00 2001 From: s-martin Date: Fri, 23 Dec 2022 23:49:44 +0100 Subject: [PATCH] Updated Python versions to use for CI (#1933) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Updated Python versions to use for CI * Update pythonpackage.yml * Don’t check 3.10 --- .github/workflows/pythonpackage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index b61b46aff..9462111c7 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -15,7 +15,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: [3.6, 3.7, 3.8] + python-version: [3.7, 3.8, 3.9, 3.11] steps: - uses: actions/checkout@v3