From 3bbe22dafcc69c5ffa79707f5a74eb1faf466e12 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 18 Jan 2023 09:46:01 +0100 Subject: Fixed #34233 -- Dropped support for Python 3.8 and 3.9. --- .github/workflows/schedule_tests.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/schedule_tests.yml b/.github/workflows/schedule_tests.yml index d758642ef7..84183ca39e 100644 --- a/.github/workflows/schedule_tests.yml +++ b/.github/workflows/schedule_tests.yml @@ -16,8 +16,6 @@ jobs: strategy: matrix: python-version: - - '3.8' - - '3.9' - '3.10' - '3.11' - '3.12-dev' -- cgit v1.3