Skip to content

Commit 3874ea8

Browse files
committed
Stop testing 3.13 on bigmem after final release
1 parent 40ca181 commit 3874ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

master/custom/workers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def get_workers(settings):
230230
cpw(
231231
name="ambv-bb-win11",
232232
tags=['windows', 'win11', 'amd64', 'x86-64', 'bigmem'],
233-
not_branches=['3.9', '3.10', '3.11', '3.12'],
233+
not_branches=['3.9', '3.10', '3.11', '3.12', '3.13'],
234234
parallel_tests=4,
235235
),
236236
cpw(

0 commit comments

Comments
 (0)