From 1bb783f6710a56e3a137336dca81fc500be6d83f Mon Sep 17 00:00:00 2001 From: Dan Lorenc Date: Tue, 25 Jul 2023 07:27:02 -0400 Subject: [PATCH] Bump python 3.12 to beta4 Signed-off-by: Dan Lorenc --- python-3.12.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-3.12.yaml b/python-3.12.yaml index 96522c5b79d..3f66b72f99c 100644 --- a/python-3.12.yaml +++ b/python-3.12.yaml @@ -1,7 +1,7 @@ package: name: python-3.12 # When bumping to a real non-prerelease you'll have to change the URL pattern on line 45 - version: 3.12.0_beta3 + version: 3.12.0_beta4 epoch: 0 description: "the Python programming language" copyright: @@ -33,8 +33,8 @@ environment: pipeline: - uses: fetch with: - uri: https://www.python.org/ftp/python/3.12.0/Python-3.12.0b3.tar.xz - expected-sha256: 9160c6065e9885b37c2e57865d0bb27fc7e54aaa9c186c761da30d2bddbcc9ee + uri: https://www.python.org/ftp/python/3.12.0/Python-3.12.0b4.tar.xz + expected-sha256: f05710c36aee5850f5c2769be76b80bf212aec351438fdf8adc20c38c8361fac - name: Force use of system libraries runs: |