From a7532bbadcd56ad9f6b80c16907065574a861f36 Mon Sep 17 00:00:00 2001 From: konstantin Date: Sat, 24 Jun 2023 20:49:34 +0200 Subject: [PATCH] Add Python 3.11 to CI Runs (#445) Co-authored-by: James Hilton-Balfe --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a85a66..e59aac8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false 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'] steps: - uses: actions/checkout@v3