Skip to content

Commit 6304cc0

Browse files
committed
Pin Python versions in Makefile
Update PYTHON_VERSIONS in the Makefile to specific patch releases (3.11.13, 3.12.10, 3.13.9) to make the test/CI matrix deterministic and avoid variability from unspecified patch updates.
1 parent 5045cb4 commit 6304cc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
BLUE := \033[1;34m
22
GREEN := \033[1;32m
33
RESET := \033[0m
4-
PYTHON_VERSIONS := 3.11 3.12 3.13
4+
PYTHON_VERSIONS := 3.11.13 3.12.10 3.13.9
55

66
.PHONY: tests format check check-matrix all prod rename
77

0 commit comments

Comments
 (0)