Skip to content

Commit

Permalink
Merge pull request #3872 from dlorenc/py312
Browse files Browse the repository at this point in the history
Bump python 3.12 to beta4
  • Loading branch information
kaniini authored Jul 25, 2023
2 parents 96ff08d + 1bb783f commit d970bb8
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit d970bb8

Please sign in to comment.