From eef27f5c6c18a964d7aea757bfb367d27c98275a Mon Sep 17 00:00:00 2001 From: Tom Morrell Date: Mon, 2 Feb 2026 16:30:05 -0800 Subject: [PATCH] python: unpin python 3.14 --- .github/workflows/tests-python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-python.yml b/.github/workflows/tests-python.yml index ba1dd8c..c73c264 100644 --- a/.github/workflows/tests-python.yml +++ b/.github/workflows/tests-python.yml @@ -12,7 +12,7 @@ on: description: "Python versions" type: string # NOTE: There is no "array" type, so we use "string" and parse it in the matrix - default: '["3.9", "3.11", "3.14.0"]' + default: '["3.9", "3.11", "3.14"]' extras: description: "Extra dependencies" type: string