From 1c24105248378726b922995354f6fc4085322025 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Wed, 17 Sep 2025 15:32:31 -0400 Subject: [PATCH] Update Python version matrix in workflow Removed Python 3.8 from the workflow matrix. --- .github/workflows/_test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index 04be6a2c..0e927ffa 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -20,7 +20,6 @@ jobs: strategy: matrix: python-version: - - "3.8" - "3.9" - "3.10" - "3.11"