Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions python-3.12.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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: |
Expand Down