From 5c0d28b4982bf9275a810fc8d9d31ad1faa6a7e9 Mon Sep 17 00:00:00 2001 From: Bartek Sokorski Date: Thu, 27 Oct 2022 14:58:14 +0200 Subject: [PATCH] Add Python 3.11 to test matrix --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 341859e8..fe14c62e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: os: [Ubuntu, MacOS, Windows] - python-version: [3.7, 3.8, 3.9, "3.10"] + python-version: [3.7, 3.8, 3.9, "3.10", "3.11"] defaults: run: shell: bash