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:
committed by
Josh Friend
parent
f3d008fddd
commit
3cfe81a3f8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user