From: XhmikosR Date: Sun, 13 Nov 2022 06:06:30 +0000 (+0200) Subject: CI: add Python 3.11 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f9a8908b247c3342f3e82565ff92187c8b878dba;p=stevenblack-hosts.git CI: add Python 3.11 --- 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