Skip to content

Commit 8ab7a84

Browse files
authored
Stop testing 3.13 on bigmem after final release (#540)
1 parent 40ca181 commit 8ab7a84

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
@@ -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)