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.8.X #899

Merged
merged 1 commit into from
Mar 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
20 changes: 10 additions & 10 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,21 +78,21 @@ dependencies:
source: https://files.pythonhosted.org/packages/a6/26/5cdf9f0c6eb835074c3e43dde2880bfa739daa23fa534a5dd65848af5913/pipenv-2023.12.1.tar.gz
source_sha256: 4aea73e23944e464ad2b849328e780ad121c5336e1c24a7ac15aa493c41c2341
- name: python
version: 3.8.18
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.8.18_linux_x64_cflinuxfs3_8ee772fb.tgz
sha256: 8ee772fb9b991dccdde95ebcc198874d02ddf571c7d832feeabef53996b0634f
version: 3.8.19
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.8.19_linux_x64_cflinuxfs3_ef49cf5c.tgz
sha256: ef49cf5c5b588a9386e01c375f45f0644cdc1ddd6df637da35081f43b43eb897
cf_stacks:
- cflinuxfs3
source: https://www.python.org/ftp/python/3.8.18/Python-3.8.18.tgz
source_sha256: 7c5df68bab1be81a52dea0cc2e2705ea00553b67107a301188383d7b57320b16
source: https://www.python.org/ftp/python/3.8.19/Python-3.8.19.tgz
source_sha256: c7fa55a36e5c7a19ec37d8f90f60a2197548908c9ac8b31e7c0dbffdd470eeac
- name: python
version: 3.8.18
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.8.18_linux_x64_cflinuxfs4_6f11eb49.tgz
sha256: 6f11eb49353aad2356b5dc2cebf541ee8cd58111209a34798ed587703f3e344d
version: 3.8.19
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.8.19_linux_x64_cflinuxfs4_d8db72b8.tgz
sha256: d8db72b8fac29d2705dfb7d66ee0d643589a4b0c989e097a574c84c0e8161a80
cf_stacks:
- cflinuxfs4
source: https://www.python.org/ftp/python/3.8.18/Python-3.8.18.tgz
source_sha256: 7c5df68bab1be81a52dea0cc2e2705ea00553b67107a301188383d7b57320b16
source: https://www.python.org/ftp/python/3.8.19/Python-3.8.19.tgz
source_sha256: c7fa55a36e5c7a19ec37d8f90f60a2197548908c9ac8b31e7c0dbffdd470eeac
- name: python
version: 3.9.18
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.9.18_linux_x64_cflinuxfs3_6ba35a08.tgz
Expand Down