Skip to content

Commit 25ded16

Browse files
Add python 3.6.0
- Update the flask with python 3 fixture app to use python 3.6.0 [#136606291]
1 parent 3754b28 commit 25ded16

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python-3.4.5
1+
python-3.6.0

manifest.yml

+6
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ dependencies:
7575
- cflinuxfs2
7676
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python-3.5.2-linux-x64.tgz
7777
md5: 4f59bbf15a53f0474d0e844631954782
78+
- name: python
79+
version: 3.6.0
80+
cf_stacks:
81+
- cflinuxfs2
82+
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python-3.6.0-linux-x64.tgz
83+
md5: 89c8f988e45c4f078c435a9fbbd9d3b3
7884
exclude_files:
7985
- .git/
8086
- .gitignore

0 commit comments

Comments
 (0)