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

Updating version for python for 3.11.X #903

Merged
merged 1 commit into from
Apr 5, 2024
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
20 changes: 10 additions & 10 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,21 +126,21 @@ dependencies:
source: https://www.python.org/ftp/python/3.10.14/Python-3.10.14.tgz
source_sha256: cefea32d3be89c02436711c95a45c7f8e880105514b78680c14fe76f5709a0f6
- name: python
version: 3.11.8
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.11.8_linux_x64_cflinuxfs3_32c1b8e4.tgz
sha256: 32c1b8e41cda5849a5f987738c33770d815ba98cdea5f5e6d66f8472810c0436
version: 3.11.9
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.11.9_linux_x64_cflinuxfs3_8d8c39ae.tgz
sha256: 8d8c39ae5a4209f04476cda6c98f16b5cf25ff0b5b1be0fcf415e118ccfc0b0f
cf_stacks:
- cflinuxfs3
source: https://www.python.org/ftp/python/3.11.8/Python-3.11.8.tgz
source_sha256: d3019a613b9e8761d260d9ebe3bd4df63976de30464e5c0189566e1ae3f61889
source: https://www.python.org/ftp/python/3.11.9/Python-3.11.9.tgz
source_sha256: e7de3240a8bc2b1e1ba5c81bf943f06861ff494b69fda990ce2722a504c6153d
- name: python
version: 3.11.8
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.11.8_linux_x64_cflinuxfs4_dabff961.tgz
sha256: dabff9616f1c0afe68293663433783aef18cc111bd15caa58ae16208ce1b74b0
version: 3.11.9
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.11.9_linux_x64_cflinuxfs4_dea1f79d.tgz
sha256: dea1f79d93947486ee36fe3c1dde9f3da84ef8e0d6a5f0dc421e631c3de5d444
cf_stacks:
- cflinuxfs4
source: https://www.python.org/ftp/python/3.11.8/Python-3.11.8.tgz
source_sha256: d3019a613b9e8761d260d9ebe3bd4df63976de30464e5c0189566e1ae3f61889
source: https://www.python.org/ftp/python/3.11.9/Python-3.11.9.tgz
source_sha256: e7de3240a8bc2b1e1ba5c81bf943f06861ff494b69fda990ce2722a504c6153d
- name: python
version: 3.12.2
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.12.2_linux_x64_cflinuxfs3_5efa8a01.tgz
Expand Down
Loading