From 1c1c9eac2ee2446c6a5525a9e9cf13c3071e934a Mon Sep 17 00:00:00 2001 From: puddly <32534428+puddly@users.noreply.github.com> Date: Tue, 15 Apr 2025 14:29:18 -0400 Subject: [PATCH] Use exact versions in Python matrix --- .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 fe995b8..6799793 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ on: type: string PYTHON_MATRIX: description: 'Comma-separated list of Python versions e.g. "3.11","3.12"' - default: '"3.9.15", "3.10.8", "3.11.0", "3.12", "3.13"' + default: '"3.9.15", "3.10.8", "3.11.0", "3.12.9", "3.13.2"' required: false type: string