Skip to content

Updating version for python for 3.10.X #1078

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
20 changes: 10 additions & 10 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,21 +94,21 @@ dependencies:
source: https://www.python.org/ftp/python/3.9.22/Python-3.9.22.tgz
source_sha256: 76f4daef4ffce6fd107280a0db8d108b1f896c1c22f09d8300efd90a69c4298b
- name: python
version: 3.10.17
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.10.17_linux_x64_cflinuxfs3_d97e0a00.tgz
sha256: d97e0a00f7d32b786e80528a918344ab145962e14fc0b16932697502a42ecb4a
version: 3.10.18
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.10.18_linux_x64_cflinuxfs3_058b99b9.tgz
sha256: '058b99b9eaff9f70e0ce6185ba2e208dfc86810cc53d8496521a37ef3e7d485e'
cf_stacks:
- cflinuxfs3
source: https://www.python.org/ftp/python/3.10.17/Python-3.10.17.tgz
source_sha256: 8fcda0fbdc131859a4a4223abb925fd522a77e3fb3b52c46cea5f3bc2ae0cd9f
source: https://www.python.org/ftp/python/3.10.18/Python-3.10.18.tgz
source_sha256: 1b19ab802518eb36a851f5ddef571862c7a31ece533109a99df6d5af0a1ceb99
- name: python
version: 3.10.17
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.10.17_linux_x64_cflinuxfs4_12a761c6.tgz
sha256: 12a761c6b5856b33a2952087986237580ed20e52a14cba4132b842abb82ca26c
version: 3.10.18
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.10.18_linux_x64_cflinuxfs4_c1028aed.tgz
sha256: c1028aeda2f05d4e000f89a3be0f58c5dbbf19aa91fa0afff0da0f3ecca5ac47
cf_stacks:
- cflinuxfs4
source: https://www.python.org/ftp/python/3.10.17/Python-3.10.17.tgz
source_sha256: 8fcda0fbdc131859a4a4223abb925fd522a77e3fb3b52c46cea5f3bc2ae0cd9f
source: https://www.python.org/ftp/python/3.10.18/Python-3.10.18.tgz
source_sha256: 1b19ab802518eb36a851f5ddef571862c7a31ece533109a99df6d5af0a1ceb99
- name: python
version: 3.11.12
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.11.12_linux_x64_cflinuxfs3_c9e6b498.tgz
Expand Down
Loading