Add Python 3.8 support

Python 3.8.0 was released yesterday, 2019-10-14:

Thanks for earlier adding 3.8-dev for the development branch. Please could you also add 3.8 for the release version?

Thank you!

5 Likes

I second this request!

We need


first.

1 Like

Pyenv 1.2.14 has now been released with 3.8.0:

https://travis-ci.com/travis-ci/cpython-builder/builds/132018228

3 Likes

Confirmed working on Xenial and Bionic, thank you for the quick update!

When language is set to something other than Python, can we use pyenv to install Python 3.8?

  • pyenv global 3.7.1 --> success
  • pyenv global 3.7.4 --> pyenv: version `3.7.4’ not installed
  • pyenv global 3.7.5 --> pyenv: version `3.7.5’ not installed
  • pyenv global 3.8.0 --> pyenv: version `3.8.0’ not installed

These are supported in https://github.com/pyenv/pyenv/blob/master/CHANGELOG.md

I guess running pyenv update should do the trick.