mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Use python 3.8 instead of python 3.8-dev in travis. Fixes #1856
This commit is contained in:
parent
c22400bcf7
commit
d01300a915
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ python:
|
|||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
- "3.8-dev"
|
||||
- "3.8"
|
||||
|
||||
stages:
|
||||
- lint
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ matrix:
|
|||
- PYDEVD_USE_CYTHON=YES
|
||||
- PYDEVD_TEST_VM=CPYTHON
|
||||
|
||||
- python: 3.8-dev
|
||||
- python: 3.8
|
||||
env:
|
||||
- PYDEVD_PYTHON_VERSION=3.8
|
||||
- PYDEVD_USE_CYTHON=YES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue