Skip to content

Commit c971981

Browse files
committed
comment
1 parent 6b9417f commit c971981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/populate_tox/populate_tox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def pick_releases_to_test(releases: list[Version]) -> list[Version]:
252252
indexes = [
253253
0, # oldest version supported
254254
len(releases) // 3,
255-
len(releases) // 3 * 2,
255+
len(releases) // 3 * 2, # two releases in between, roughly evenly spaced
256256
-1, # latest
257257
]
258258

0 commit comments

Comments
 (0)