Skip to content

Commit a5a3eb7

Browse files
committed
build: run test/lint matrix on 3.13 stable, not RC
1 parent e259e6d commit a5a3eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function "get_py_image_tag" {
2121
)
2222
}
2323

24-
py_versions = ["3.9", "3.10", "3.11", "3.12", "3.13-rc"]
24+
py_versions = ["3.9", "3.10", "3.11", "3.12", "3.13"]
2525

2626
target "test" {
2727
name = "test_py${replace(py, ".", "")}"

0 commit comments

Comments
 (0)