From 1e67b6dd9ee1de81373fd06889fe2b82735c9c00 Mon Sep 17 00:00:00 2001 From: Caleb Hattingh Date: Sun, 4 Sep 2022 20:06:25 +1000 Subject: [PATCH] Unlikely to work, but first try this. --- .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 65f1ec10..760a74af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: python-version: [3.9] include: - os: ubuntu-latest - python-version: "3.11.0-alpha - 3.11.0" + python-version: "3.11-dev" - os: ubuntu-latest python-version: "3.10" - os: ubuntu-latest