From a131697f769873a3cfe2298d34da29bf9fc1d9ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mochol=C3=AD?= Date: Fri, 17 Nov 2023 17:55:15 -0500 Subject: [PATCH] Python 3.8 is in dependency hell status --- .github/workflows/cpu-tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/cpu-tests.yml b/.github/workflows/cpu-tests.yml index 2981650708..ed5345ca1c 100644 --- a/.github/workflows/cpu-tests.yml +++ b/.github/workflows/cpu-tests.yml @@ -28,8 +28,6 @@ jobs: - {os: "ubuntu-22.04", python-version: "3.11"} - {os: "ubuntu-22.04", python-version: "3.10"} - {os: "ubuntu-22.04", python-version: "3.9"} - # try to re-enable after https://github.com/Lightning-AI/lightning/pull/19026 - #- {os: "ubuntu-20.04", python-version: "3.8"} - {os: "windows-2022", python-version: "3.10"} timeout-minutes: 25