diff --git a/.pkgr.yml b/.pkgr.yml new file mode 100644 index 000000000..38edeb650 --- /dev/null +++ b/.pkgr.yml @@ -0,0 +1,10 @@ +buildpack: https://github.com/pkgr/heroku-buildpack-python#buildcurl +targets: + ubuntu-14.04: true + ubuntu-12.04: true + debian-7: true + debian-8: true + centos-6: true + centos-7: true + sles-11: true + sles-12: true diff --git a/runtime.txt b/runtime.txt index 42635116f..0239feabb 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-2.7.8 +python-2.7.11