Skip to content

Updating version for python for 3.11.X #797

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

Merged
merged 1 commit into from
Feb 20, 2025
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
8 changes: 4 additions & 4 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,16 +123,16 @@ dependencies:
source_sha256: 6c4e31ed5702dc45cfd8c435af56a36a474427e1bd7afe74c346136060beba8a
- name: python
version: 3.11.11
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.11.11_linux_x64_cflinuxfs3_8edcee58.tgz
sha256: 8edcee5893341e0cf470d0055fdac614fa719cf2bff124cc05cbad219c6a4d48
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.11.11_linux_x64_cflinuxfs3_2d5aa26d.tgz
sha256: 2d5aa26d1ac896182023398c187543f90aea9105f1b6f342709911ad6fa39083
cf_stacks:
- cflinuxfs3
source: https://www.python.org/ftp/python/3.11.11/Python-3.11.11.tgz
source_sha256: 883bddee3c92fcb91cf9c09c5343196953cbb9ced826213545849693970868ed
- name: python
version: 3.11.11
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.11.11_linux_x64_cflinuxfs4_bf6747f7.tgz
sha256: bf6747f7b6da115da483ede222e44ce03e78e0abb1209305d56e18b27c0ac72b
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.11.11_linux_x64_cflinuxfs4_13c4c2b4.tgz
sha256: 13c4c2b436a474bdb667314968e0296e09a01151e1db220ba40f58aefc0bda97
cf_stacks:
- cflinuxfs4
source: https://www.python.org/ftp/python/3.11.11/Python-3.11.11.tgz
Expand Down
Loading