This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: 3.8-dev definition not available
Type: Stage: resolved
Components: Versions: Python 3.8
process
Status: closed Resolution: third party
Dependencies: Superseder:
Assigned To: Nosy List: Jensen Taylor, christian.heimes, njs
Priority: normal Keywords:

Created on 2018-02-08 10:00 by Jensen Taylor, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (4)
msg311825 - (view) Author: Jensen Taylor (Jensen Taylor) * Date: 2018-02-08 10:00
I can't build with Python 3.8 yet on Travis-CI because of this
msg311826 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2018-02-08 10:04
3.8 is master branch.
msg311827 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2018-02-08 10:10
I'm not sure I follow. Are you having trouble to locate the 3.8 branch or are you missing 3.8-dev on Travis CI? The 3.8 branch is the master branch. Python upstream development does not provide dev builds for Travis CI. Please report the issue with Travis CI. There is nothing we can do from our side.

By the way, you won't be able to compile TLS/SSL support on Travis CI. Python 3.7 requires OpenSSL >= 1.0.2 but Ubuntu 14.04 has only 1.0.1.
msg311828 - (view) Author: Nathaniel Smith (njs) * (Python committer) Date: 2018-02-08 10:39
I think you meant to file this on pyenv, which is the tool that travis needs to have updated to know about 3.8 before they can start providing builds. Their bug tracker is here: https://github.com/pyenv/pyenv/issues
History
Date User Action Args
2022-04-11 14:58:57adminsetgithub: 76977
2018-02-08 10:39:37njssetnosy: + njs
messages: + msg311828
2018-02-08 10:10:46christian.heimessetstatus: open -> closed
resolution: third party
messages: + msg311827

stage: resolved
2018-02-08 10:04:15christian.heimessetnosy: + christian.heimes
messages: + msg311826
2018-02-08 10:00:42Jensen Taylorcreate