Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump python 3.12 to beta4 #3872

Merged
merged 1 commit into from
Jul 25, 2023
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