Verified Commit 30b17963 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Bump python versions to latest 3

parent 7eae6969
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ variable "OUTPUT" {
target "build-pkg" {
	name = "build-pkg-py${replace(python_tag, ".", "")}"
	matrix = {
		python_tag = ["3.10", "3.11", "3.12"]
		python_tag = ["3.12", "3.13", "3.14"]
	}
	dockerfile-inline = <<-EOF
		ARG python_tag=latest