Skip to content

Commit 5b4f665

Browse files
cf-buildpacks-engarjun024
authored andcommitted
Add python 3.11.0
for stack(s) cflinuxfs3, cflinuxfs4 [#183753096]
1 parent 84c6f52 commit 5b4f665

1 file changed

Lines changed: 24 additions & 4 deletions

File tree

manifest.yml

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ default_versions:
44
- name: python
55
version: 3.10.x
66
dependency_deprecation_dates:
7+
- version_line: 3.10.x
8+
name: python
9+
date: 2026-10-04
10+
link: https://www.python.org/dev/peps/pep-0619/
11+
- version_line: 3.11.x
12+
name: python
13+
date: 2027-10-24
14+
link: https://www.python.org/dev/peps/pep-0664/
715
- version_line: 3.7.x
816
name: python
917
date: 2023-06-27
@@ -16,10 +24,6 @@ dependency_deprecation_dates:
1624
name: python
1725
date: 2025-10-05
1826
link: https://www.python.org/dev/peps/pep-0596/
19-
- version_line: 3.10.x
20-
name: python
21-
date: 2026-10-04
22-
link: https://www.python.org/dev/peps/pep-0619/
2327
dependencies:
2428
- name: libffi
2529
version: 3.2.1
@@ -137,6 +141,22 @@ dependencies:
137141
- cflinuxfs4
138142
source: https://www.python.org/ftp/python/3.10.8/Python-3.10.8.tgz
139143
source_sha256: f400c3fb394b8bef1292f6dc1292c5fadc3533039a5bc0c3e885f3e16738029a
144+
- name: python
145+
version: 3.11.0
146+
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.11.0_linux_x64_cflinuxfs3_40fa9ea0.tgz
147+
sha256: 40fa9ea0e8b00c261071ee4b01d195cc4efc4c6e3acfde08b1502222fee4eab5
148+
cf_stacks:
149+
- cflinuxfs3
150+
source: https://www.python.org/ftp/python/3.11.0/Python-3.11.0.tgz
151+
source_sha256: 64424e96e2457abbac899b90f9530985b51eef2905951febd935f0e73414caeb
152+
- name: python
153+
version: 3.11.0
154+
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.11.0_linux_x64_cflinuxfs4_454ad12b.tgz
155+
sha256: 454ad12b3905f7442db0493f83de62980b3d844bc542f0607ae68d82a1720c53
156+
cf_stacks:
157+
- cflinuxfs4
158+
source: https://www.python.org/ftp/python/3.11.0/Python-3.11.0.tgz
159+
source_sha256: 64424e96e2457abbac899b90f9530985b51eef2905951febd935f0e73414caeb
140160
- name: setuptools
141161
version: 65.5.1
142162
uri: https://buildpacks.cloudfoundry.org/dependencies/setuptools/setuptools_65.5.1_linux_noarch_any-stack_1141c995.tgz

0 commit comments

Comments
 (0)