Skip to content
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: 20 additions & 0 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ dependency_deprecation_dates:
name: python
date: 2027-10-24
link: https://www.python.org/dev/peps/pep-0664/
- version_line: 3.12.x
name: python
date: 2028-10-02
link: https://www.python.org/dev/peps/pep-0693/
- version_line: 3.13.x
name: python
date: 2029-10-07
Expand Down Expand Up @@ -109,6 +113,22 @@ dependencies:
- cflinuxfs4
source: https://www.python.org/ftp/python/3.11.14/Python-3.11.14.tgz
source_sha256: 563d2a1b2a5ba5d5409b5ecd05a0e1bf9b028cf3e6a6f0c87a5dc8dc3f2d9182
- name: python
version: 3.12.13
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.12.13_linux_x64_cflinuxfs4_e63cf720.tgz
sha256: e63cf720801bdc46dda0e1eac12465451317340ba39268b435e7b5bb5b398b89
cf_stacks:
- cflinuxfs4
source: https://www.python.org/ftp/python/3.12.13/Python-3.12.13.tgz
source_sha256: '0816c4761c97ecdb3f50a3924de0a93fd78cb63ee8e6c04201ddfaedca500b0b'
- name: python
version: 3.12.13
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.12.13_linux_x64_cflinuxfs5_3d4387ec.tgz
sha256: 3d4387eceedf5d24d3a2d8b6098049d02ccd0bf413a4e02c73eba845284d86f0
cf_stacks:
- cflinuxfs5
source: https://www.python.org/ftp/python/3.12.13/Python-3.12.13.tgz
source_sha256: '0816c4761c97ecdb3f50a3924de0a93fd78cb63ee8e6c04201ddfaedca500b0b'
- name: python
version: 3.13.9
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.13.9_linux_x64_cflinuxfs4_ec0866a7.tgz
Expand Down
Loading