Update Python 3.8 to stable version.
parent
700f0106e0
commit
1cd310dabf
|
@ -59,7 +59,7 @@ matrix:
|
||||||
python: "3.7"
|
python: "3.7"
|
||||||
|
|
||||||
- <<: *linux
|
- <<: *linux
|
||||||
python: "3.8-dev"
|
python: "3.8"
|
||||||
|
|
||||||
- &osx
|
- &osx
|
||||||
os: osx
|
os: osx
|
||||||
|
@ -90,7 +90,7 @@ matrix:
|
||||||
env: PYTHON=3.7.0
|
env: PYTHON=3.7.0
|
||||||
|
|
||||||
- <<: *osx
|
- <<: *osx
|
||||||
env: PYTHON=3.8-dev
|
env: PYTHON=3.8.0
|
||||||
|
|
||||||
before_cache:
|
before_cache:
|
||||||
- rm -rf $HOME/.cache/pip/log
|
- rm -rf $HOME/.cache/pip/log
|
||||||
|
|
Loading…
Reference in New Issue