Skip to content
Merged
Changes from 1 commit
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: 14 additions & 6 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependency_deprecation_dates:
link: https://peps.python.org/pep-0719/
- version_line: 3.14.x
name: python
date: 2030-10-31
date: 2030-10-07
link: https://peps.python.org/pep-0745/
- version_line: 3.9.x
name: python
Expand Down Expand Up @@ -185,13 +185,21 @@ dependencies:
source: https://www.python.org/ftp/python/3.14.2/Python-3.14.2.tgz
source_sha256: c609e078adab90e2c6bacb6afafacd5eaf60cd94cf670f1e159565725fcd448d
- name: python
version: 3.14.2
uri: https://buildpack-dependencies.tanzu.vmware.com/cf/python/python_3.14.2_linux_x64_cflinuxfs4_f32bebd1.tgz
sha256: f32bebd182dac46dc7a1a5782b4bc7e65dd67ba734d18eaf84b22487a4bede6e
version: 3.14.3
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.14.3_linux_x64_cflinuxfs4_a54b3e20.tgz
sha256: a54b3e20698a979d70fdc15af5a426b6bcf861ba6f37055e1da535c6562a8122
cf_stacks:
- cflinuxfs4
source: https://www.python.org/ftp/python/3.14.2/Python-3.14.2.tgz
source_sha256: c609e078adab90e2c6bacb6afafacd5eaf60cd94cf670f1e159565725fcd448d
source: https://www.python.org/ftp/python/3.14.3/Python-3.14.3.tgz
source_sha256: d7fe130d0501ae047ca318fa92aa642603ab6f217901015a1df6ce650d5470cd
- name: python
version: 3.14.3
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.14.3_linux_x64_cflinuxfs5_62e6a7a7.tgz
sha256: 62e6a7a7a369c77412c1db87799128cd87a27bbfd14969c01ff4719a7bd7049f
cf_stacks:
- cflinuxfs5
source: https://www.python.org/ftp/python/3.14.3/Python-3.14.3.tgz
source_sha256: d7fe130d0501ae047ca318fa92aa642603ab6f217901015a1df6ce650d5470cd
- name: setuptools
version: 80.9.0
uri: https://buildpacks.cloudfoundry.org/dependencies/setuptools/setuptools_80.9.0_linux_noarch_any-stack_db9ec7d3.tgz
Expand Down
Loading