From 9c7b6f5d3587a7c17027a6fa03e1549041946086 Mon Sep 17 00:00:00 2001 From: tomsail Date: Fri, 8 Nov 2024 15:29:02 +0100 Subject: [PATCH] ci: python >= 3.10 --- .github/workflows/run_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index a5937c6..bbe911a 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -28,7 +28,7 @@ jobs: fail-fast: false matrix: os: ["ubuntu-latest"] - python: ["3.9", "3.10", "3.11", "3.12"] + python: ["3.10", "3.11", "3.12"] include: - os: "macos-latest" python: "3.10"