From b8d6ad5b7f7638f776306bc4626b40429f800e94 Mon Sep 17 00:00:00 2001 From: Nicholas Dille Date: Mon, 2 Dec 2024 16:17:00 +0000 Subject: [PATCH] Fix for python-3.12 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e6a61fc..c4fc9ca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -88,7 +88,7 @@ include: | jq --raw-output '.assets[].name' \ | grep -E -- '-x86_64-unknown-linux-musl-install_only.tar.gz$' \ | sed -E 's/^cpython-([^-]+)-.+$/\\1/' \ - | grep -P '^3\\.12\\.\\d+$' \ + | grep -P '^3\\.12\\.' \ | sort -Vr \ | head -n 1