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
32bd71e7
Unverified
Commit
32bd71e7
authored
Jul 04, 2023
by
James Lamb
Committed by
GitHub
Jul 04, 2023
Browse files
[ci] add Python 3.11 test coverage (#5922)
parent
2b74e9fe
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
23 additions
and
22 deletions
+23
-22
.appveyor.yml
.appveyor.yml
+1
-1
.github/workflows/cuda.yml
.github/workflows/cuda.yml
+3
-3
.github/workflows/linkchecker.yml
.github/workflows/linkchecker.yml
+1
-1
.github/workflows/python_package.yml
.github/workflows/python_package.yml
+6
-6
.vsts-ci.yml
.vsts-ci.yml
+11
-11
python-package/pyproject.toml
python-package/pyproject.toml
+1
-0
No files found.
.appveyor.yml
View file @
32bd71e7
...
@@ -3,7 +3,7 @@ version: 3.3.5.99.{build}
...
@@ -3,7 +3,7 @@ version: 3.3.5.99.{build}
image
:
Visual Studio
2015
image
:
Visual Studio
2015
platform
:
x64
platform
:
x64
configuration
:
# a trick to construct a build matrix with multiple Python versions
configuration
:
# a trick to construct a build matrix with multiple Python versions
-
'
3.
7
'
-
'
3.
8
'
# only build pull requests and
# only build pull requests and
# commits to 'master' or any branch starting with 'release'
# commits to 'master' or any branch starting with 'release'
...
...
.github/workflows/cuda.yml
View file @
32bd71e7
...
@@ -30,17 +30,17 @@ jobs:
...
@@ -30,17 +30,17 @@ jobs:
include
:
include
:
-
method
:
wheel
-
method
:
wheel
compiler
:
gcc
compiler
:
gcc
python_version
:
"
3.1
0
"
python_version
:
"
3.1
1
"
cuda_version
:
"
11.7.1"
cuda_version
:
"
11.7.1"
task
:
cuda
task
:
cuda
-
method
:
source
-
method
:
source
compiler
:
gcc
compiler
:
gcc
python_version
:
"
3.
8
"
python_version
:
"
3.
9
"
cuda_version
:
"
10.0"
cuda_version
:
"
10.0"
task
:
cuda
task
:
cuda
-
method
:
pip
-
method
:
pip
compiler
:
clang
compiler
:
clang
python_version
:
"
3.
9
"
python_version
:
"
3.
10
"
cuda_version
:
"
11.7.1"
cuda_version
:
"
11.7.1"
task
:
cuda
task
:
cuda
steps
:
steps
:
...
...
.github/workflows/linkchecker.yml
View file @
32bd71e7
...
@@ -11,7 +11,7 @@ env:
...
@@ -11,7 +11,7 @@ env:
CONDA_ENV
:
test-env
CONDA_ENV
:
test-env
GITHUB_ACTIONS
:
'
true'
GITHUB_ACTIONS
:
'
true'
OS_NAME
:
'
linux'
OS_NAME
:
'
linux'
PYTHON_VERSION
:
'
3.1
0
'
PYTHON_VERSION
:
'
3.1
1
'
TASK
:
'
check-links'
TASK
:
'
check-links'
jobs
:
jobs
:
...
...
.github/workflows/python_package.yml
View file @
32bd71e7
...
@@ -29,28 +29,28 @@ jobs:
...
@@ -29,28 +29,28 @@ jobs:
include
:
include
:
-
os
:
macOS-latest
-
os
:
macOS-latest
task
:
regular
task
:
regular
python_version
:
'
3.
8
'
python_version
:
'
3.
9
'
-
os
:
macOS-latest
-
os
:
macOS-latest
task
:
sdist
task
:
sdist
python_version
:
'
3.
9
'
python_version
:
'
3.
10
'
-
os
:
macOS-latest
-
os
:
macOS-latest
task
:
bdist
task
:
bdist
python_version
:
'
3.7'
python_version
:
'
3.7'
-
os
:
macOS-latest
-
os
:
macOS-latest
task
:
if-else
task
:
if-else
python_version
:
'
3.
8
'
python_version
:
'
3.
9
'
-
os
:
macOS-latest
-
os
:
macOS-latest
task
:
mpi
task
:
mpi
method
:
source
method
:
source
python_version
:
'
3.
9
'
python_version
:
'
3.
10
'
-
os
:
macOS-latest
-
os
:
macOS-latest
task
:
mpi
task
:
mpi
method
:
pip
method
:
pip
python_version
:
'
3.1
0
'
python_version
:
'
3.1
1
'
-
os
:
macOS-latest
-
os
:
macOS-latest
task
:
mpi
task
:
mpi
method
:
wheel
method
:
wheel
python_version
:
'
3.
7
'
python_version
:
'
3.
8
'
steps
:
steps
:
-
name
:
Checkout repository
-
name
:
Checkout repository
uses
:
actions/checkout@v3
uses
:
actions/checkout@v3
...
...
.vsts-ci.yml
View file @
32bd71e7
...
@@ -10,7 +10,7 @@ pr:
...
@@ -10,7 +10,7 @@ pr:
-
release/*
-
release/*
variables
:
variables
:
AZURE
:
'
true'
AZURE
:
'
true'
PYTHON_VERSION
:
'
3.1
0
'
PYTHON_VERSION
:
'
3.1
1
'
CONDA_ENV
:
test-env
CONDA_ENV
:
test-env
runCodesignValidationInjection
:
false
runCodesignValidationInjection
:
false
skipComponentGovernanceDetection
:
true
skipComponentGovernanceDetection
:
true
...
@@ -97,7 +97,7 @@ jobs:
...
@@ -97,7 +97,7 @@ jobs:
TASK
:
sdist
TASK
:
sdist
bdist
:
bdist
:
TASK
:
bdist
TASK
:
bdist
PYTHON_VERSION
:
'
3.
8
'
PYTHON_VERSION
:
'
3.
9
'
inference
:
inference
:
TASK
:
if-else
TASK
:
if-else
mpi_source
:
mpi_source
:
...
@@ -106,23 +106,23 @@ jobs:
...
@@ -106,23 +106,23 @@ jobs:
mpi_pip
:
mpi_pip
:
TASK
:
mpi
TASK
:
mpi
METHOD
:
pip
METHOD
:
pip
PYTHON_VERSION
:
'
3.
9
'
PYTHON_VERSION
:
'
3.
10
'
mpi_wheel
:
mpi_wheel
:
TASK
:
mpi
TASK
:
mpi
METHOD
:
wheel
METHOD
:
wheel
PYTHON_VERSION
:
'
3.
7
'
PYTHON_VERSION
:
'
3.
8
'
gpu_source
:
gpu_source
:
TASK
:
gpu
TASK
:
gpu
METHOD
:
source
METHOD
:
source
PYTHON_VERSION
:
'
3.
9
'
PYTHON_VERSION
:
'
3.
10
'
gpu_pip
:
gpu_pip
:
TASK
:
gpu
TASK
:
gpu
METHOD
:
pip
METHOD
:
pip
PYTHON_VERSION
:
'
3.
8
'
PYTHON_VERSION
:
'
3.
9
'
gpu_wheel
:
gpu_wheel
:
TASK
:
gpu
TASK
:
gpu
METHOD
:
wheel
METHOD
:
wheel
PYTHON_VERSION
:
'
3.
7
'
PYTHON_VERSION
:
'
3.
8
'
cpp_tests
:
cpp_tests
:
TASK
:
cpp-tests
TASK
:
cpp-tests
METHOD
:
with-sanitizers
METHOD
:
with-sanitizers
...
@@ -224,10 +224,10 @@ jobs:
...
@@ -224,10 +224,10 @@ jobs:
matrix
:
matrix
:
regular
:
regular
:
TASK
:
regular
TASK
:
regular
PYTHON_VERSION
:
'
3.
9
'
PYTHON_VERSION
:
'
3.
10
'
sdist
:
sdist
:
TASK
:
sdist
TASK
:
sdist
PYTHON_VERSION
:
'
3.
8
'
PYTHON_VERSION
:
'
3.
9
'
bdist
:
bdist
:
TASK
:
bdist
TASK
:
bdist
swig
:
swig
:
...
@@ -264,10 +264,10 @@ jobs:
...
@@ -264,10 +264,10 @@ jobs:
matrix
:
matrix
:
regular
:
regular
:
TASK
:
regular
TASK
:
regular
PYTHON_VERSION
:
'
3.
9
'
PYTHON_VERSION
:
'
3.
10
'
sdist
:
sdist
:
TASK
:
sdist
TASK
:
sdist
PYTHON_VERSION
:
'
3.
8
'
PYTHON_VERSION
:
'
3.
9
'
bdist
:
bdist
:
TASK
:
bdist
TASK
:
bdist
swig
:
swig
:
...
...
python-package/pyproject.toml
View file @
32bd71e7
...
@@ -14,6 +14,7 @@ classifiers = [
...
@@ -14,6 +14,7 @@ classifiers = [
"Programming Language :: Python :: 3.8"
,
"Programming Language :: Python :: 3.8"
,
"Programming Language :: Python :: 3.9"
,
"Programming Language :: Python :: 3.9"
,
"Programming Language :: Python :: 3.10"
,
"Programming Language :: Python :: 3.10"
,
"Programming Language :: Python :: 3.11"
,
"Topic :: Scientific/Engineering :: Artificial Intelligence"
"Topic :: Scientific/Engineering :: Artificial Intelligence"
]
]
dependencies
=
[
dependencies
=
[
...
...
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