From 3df3c7670ceb5a73d6a40affa3d2e4fd5b093070 Mon Sep 17 00:00:00 2001 From: TheJulianJES Date: Sun, 28 Dec 2025 11:04:19 +0100 Subject: [PATCH] Default to latest Python patch versions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2c3ff2..4cef8a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ on: PYTHON_VERSION_DEFAULT: description: Default Python version required: false - default: 3.11.14 + default: 3.11 type: string PRE_COMMIT_CACHE_PATH: description: Pre-commit cache path @@ -31,7 +31,7 @@ on: type: string PYTHON_MATRIX: description: 'Comma-separated list of Python versions e.g. "3.11","3.12"' - default: '"3.11.14", "3.12.12", "3.13.8", "3.14.0"' + default: '"3.11", "3.12", "3.13", "3.14"' required: false type: string