From b36d410a6a1d78aac9960c53492150abd6b2d4d4 Mon Sep 17 00:00:00 2001 From: Eric Jolibois Date: Tue, 12 Jul 2022 11:19:16 +0200 Subject: [PATCH] ci: switch to python 3.11.0b4 --- .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 652a66c69..80e7491b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - '3.8' - '3.9' - '3.10' - - '3.11.0-alpha - 3.11' + - '3.11.0-beta.4' - 'pypy3.7' - 'pypy3.8' - 'pypy3.9'