From 48904f3191f49871134e15fb7e0d03267b4a0440 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Mon, 8 Sep 2025 14:27:22 -0500 Subject: [PATCH] Enable 3.14 builds on Alpine --- master/custom/workers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master/custom/workers.py b/master/custom/workers.py index 754684db..ef952c18 100644 --- a/master/custom/workers.py +++ b/master/custom/workers.py @@ -219,7 +219,7 @@ def get_workers(settings): cpw( name="ware-alpine", tags=['linux', 'unix', 'alpine', 'docker', 'amd64', 'x86-64', 'musl'], - not_branches=['3.9', '3.10', '3.11', '3.12', '3.13', '3.14'], + not_branches=['3.9', '3.10', '3.11', '3.12', '3.13'], ), cpw( name="ware-freebsd",