From 6dffea99bc3fad381e6122fba616aafc0923e980 Mon Sep 17 00:00:00 2001 From: Mathieu Kniewallner Date: Thu, 14 Apr 2022 00:28:44 +0200 Subject: [PATCH] Test against Python 3.11 --- .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 80d788442..fb8447d69 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -49,7 +49,7 @@ jobs: strategy: matrix: python-version: [ - ["3.7", "37"], ["3.8", "38"], ["3.9", "39"], ["3.10", "310"] + ["3.7", "37"], ["3.8", "38"], ["3.9", "39"], ["3.10", "310"], ["3.11.0-alpha.7", "311"] ] os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }}