From d8467c6f148fef86b0b63fbd24c7b9ec6cb44a48 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Thu, 12 Oct 2023 21:20:32 -0400 Subject: [PATCH] Update py3.12-installer.yaml Bump epoch to make it win over 3.11-installer Signed-off-by: Jason Hall --- py3.12-installer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py3.12-installer.yaml b/py3.12-installer.yaml index 1866ba9d8f1..6564528116a 100644 --- a/py3.12-installer.yaml +++ b/py3.12-installer.yaml @@ -1,7 +1,7 @@ package: name: py3.12-installer version: 0.7.0 - epoch: 1 + epoch: 3 description: A library for installing Python wheels. copyright: - license: "MIT"