From 3e66b5f717fc03ee126b7befb869fd2aad7e6505 Mon Sep 17 00:00:00 2001 From: Tomasz Duda Date: Wed, 24 Apr 2024 21:42:08 +0200 Subject: [PATCH] disable python 3.9 --- .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 746c5ed278..afcc30d89d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -171,7 +171,7 @@ jobs: fail-fast: false matrix: python-version: - - "3.9" + # - "3.9" - "3.10" - "3.11" - "3.12"