Skip to content

Commit

Permalink
[python][ci] start to support Python 3.8 (microsoft#2713)
Browse files Browse the repository at this point in the history
* start to support Python 3.8

* update configs

* hotfix
  • Loading branch information
StrikerRUS authored Apr 13, 2020
1 parent be591c8 commit 6c19539
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ osx_image: xcode11.3

env:
global: # default values
- PYTHON_VERSION=3.7
- PYTHON_VERSION=3.8
matrix:
- TASK=regular PYTHON_VERSION=3.6
- TASK=sdist PYTHON_VERSION=2.7
Expand All @@ -21,7 +21,7 @@ env:
- TASK=lint
- TASK=check-docs
- TASK=mpi METHOD=source
- TASK=mpi METHOD=pip
- TASK=mpi METHOD=pip PYTHON_VERSION=3.7
- TASK=gpu METHOD=source PYTHON_VERSION=3.5
- TASK=gpu METHOD=pip PYTHON_VERSION=3.6
- TASK=r-package
Expand Down
9 changes: 4 additions & 5 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ trigger:
include:
- v*
variables:
PYTHON_VERSION: 3.7
PYTHON_VERSION: 3.8
CONDA_ENV: test-env
resources:
containers:
Expand All @@ -31,7 +31,7 @@ jobs:
PYTHON_VERSION: 3.5
bdist:
TASK: bdist
PYTHON_VERSION: 3.6
PYTHON_VERSION: 3.7
inference:
TASK: if-else
mpi_source:
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
matrix:
regular:
TASK: regular
PYTHON_VERSION: 3.6
PYTHON_VERSION: 3.7
sdist:
TASK: sdist
PYTHON_VERSION: 3.5
Expand Down Expand Up @@ -121,13 +121,12 @@ jobs:
matrix:
regular:
TASK: regular
PYTHON_VERSION: 3.7
PYTHON_VERSION: 3.6
sdist:
TASK: sdist
PYTHON_VERSION: 2.7
bdist:
TASK: bdist
PYTHON_VERSION: 3.5
steps:
- powershell: |
Write-Host "##vso[task.prependpath]$env:CONDA\Scripts"
Expand Down
1 change: 1 addition & 0 deletions python-package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,4 +304,5 @@ def run(self):
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: Scientific/Engineering :: Artificial Intelligence'])

0 comments on commit 6c19539

Please sign in to comment.