1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-18 16:47:04 -05:00

Add Python 3.8.0 (stable release) (#1416)

Use stable 3.8.0 release for PYTHON_BUILD_VERSION
This commit is contained in:
Jeremiah Boby
2019-10-15 15:08:32 +01:00
committed by Josh Friend
parent f3d008fddd
commit 3cfe81a3f8
2 changed files with 12 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ osx_image:
- xcode10.2
env:
- PYTHON_BUILD_VERSION=3.8-dev
- PYTHON_BUILD_VERSION=3.8.0
- PYTHON_BUILD_VERSION=3.7.2
before_install:
@@ -60,7 +60,7 @@ jobs:
osx_image: xcode10
allow_failures:
- env: PYTHON_BUILD_VERSION=3.8-dev
- env: PYTHON_BUILD_VERSION=3.8.0
stages:
- test shell