Skip to content

Commit 85f6a0e

Browse files
authored
Enable 3.14 builds on Alpine (#627)
1 parent 687e0a4 commit 85f6a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

master/custom/workers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def get_workers(settings):
219219
cpw(
220220
name="ware-alpine",
221221
tags=['linux', 'unix', 'alpine', 'docker', 'amd64', 'x86-64', 'musl'],
222-
not_branches=['3.9', '3.10', '3.11', '3.12', '3.13', '3.14'],
222+
not_branches=['3.9', '3.10', '3.11', '3.12', '3.13'],
223223
),
224224
cpw(
225225
name="ware-freebsd",

0 commit comments

Comments
 (0)