Skip to content

Commit 122a343

Browse files
committed
Don't build 3.14 anymore on ambv-bb-win11
1 parent 19295a3 commit 122a343

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
@@ -275,7 +275,7 @@ def get_workers(settings):
275275
cpw(
276276
name="ambv-bb-win11",
277277
tags=['windows', 'win11', 'amd64', 'x86-64', 'bigmem'],
278-
not_branches=['3.10', '3.11', '3.12', '3.13'],
278+
not_branches=['3.10', '3.11', '3.12', '3.13', '3.14'],
279279
parallel_tests=4,
280280
),
281281
cpw(

0 commit comments

Comments
 (0)