tsuru/platforms

Can't select python 3.6 on platform

Closed this issue · 0 comments

Hi
when triying to select python 3.6 on python platform with build process warn about there is not 3.6 version and select the closest 3.5-5

root@tsurudev:~/python36test# git push tsuru master 
Counting objects: 5, done.
Delta compression using up to 12 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 264 bytes | 0 bytes/s, done.
Total 3 (delta 1), reused 0 (delta 0)
remote: tar: Removing leading `/' from member names
remote: Exact python version '3.6.2' (.python-version file) is not supported.
remote: Closest version is 'pypy3.5-5.10.1'.
remote: -- Using python version: pypy3.5-5.10.1 (.python-version file (closest)) --

I had try with 3.6.2 and with 3.6.5 that is on tsuru/python /var/lib/pyenv/versions/ directory but not selected

regards