Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
6c19539e
Unverified
Commit
6c19539e
authored
Apr 14, 2020
by
Nikita Titov
Committed by
GitHub
Apr 14, 2020
Browse files
[python][ci] start to support Python 3.8 (#2713)
* start to support Python 3.8 * update configs * hotfix
parent
be591c84
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
.travis.yml
.travis.yml
+2
-2
.vsts-ci.yml
.vsts-ci.yml
+4
-5
python-package/setup.py
python-package/setup.py
+1
-0
No files found.
.travis.yml
View file @
6c19539e
...
...
@@ -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
...
...
@@ -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
...
...
.vsts-ci.yml
View file @
6c19539e
...
...
@@ -6,7 +6,7 @@ trigger:
include
:
-
v*
variables
:
PYTHON_VERSION
:
3.
7
PYTHON_VERSION
:
3.
8
CONDA_ENV
:
test-env
resources
:
containers
:
...
...
@@ -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
:
...
...
@@ -80,7 +80,7 @@ jobs:
matrix
:
regular
:
TASK
:
regular
PYTHON_VERSION
:
3.
6
PYTHON_VERSION
:
3.
7
sdist
:
TASK
:
sdist
PYTHON_VERSION
:
3.5
...
...
@@ -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"
...
...
python-package/setup.py
View file @
6c19539e
...
...
@@ -304,4 +304,5 @@ if __name__ == "__main__":
'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'
])
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment