From f9a8908b247c3342f3e82565ff92187c8b878dba Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 13 Nov 2022 08:06:30 +0200 Subject: [PATCH] CI: add Python 3.11 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6bcb9238f..f2f7f6210 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,7 @@ jobs: - '3.8' - '3.9' - '3.10' + - '3.11' os: - ubuntu-latest - macos-latest