From 6b4f91d162b68de2ff3a7965f0f1622a9243b5f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filipe=20La=C3=ADns?= Date: Fri, 10 Mar 2023 03:01:21 +0000 Subject: [PATCH] Temporarily disable 3.12 CI due to incompatibility in pyfakefs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filipe LaĆ­ns --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a9a0d2c9..2f7b6a96 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,7 +41,8 @@ jobs: python: - "3.7" - "3.11" - - "3.12" + # 3.12 is temporarily disabled due to https://github.com/pytest-dev/pyfakefs/issues/770 + # - "3.12" # Workaround for actions/setup-python#508 dev: - -dev