From ccc2acf9c7676befa9bdda293d731f050263d2bb Mon Sep 17 00:00:00 2001 From: Niko Yasui Date: Thu, 31 Oct 2024 14:14:36 -0600 Subject: [PATCH] build: remove tests for python 3.10 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 764bd9f..81cf933 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - python-version: ["3.10", "3.11", "3.12"] + python-version: ["3.11", "3.12"] steps: # setup the repository