We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3754b28 commit 25ded16Copy full SHA for 25ded16
cf_spec/fixtures/flask_web_app_python_3/runtime.txt
@@ -1 +1 @@
1
-python-3.4.5
+python-3.6.0
manifest.yml
@@ -75,6 +75,12 @@ dependencies:
75
- cflinuxfs2
76
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python-3.5.2-linux-x64.tgz
77
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
84
exclude_files:
85
- .git/
86
- .gitignore
0 commit comments