File tree Expand file tree Collapse file tree 4 files changed +7
-16
lines changed Expand file tree Collapse file tree 4 files changed +7
-16
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2
2
2
jobs :
3
3
build :
4
4
docker :
5
- - image : circleci/python:3.10.1
5
+ - image : circleci/python:3.9.9
6
6
7
7
working_directory : ~/repo
8
8
Original file line number Diff line number Diff line change @@ -4,11 +4,6 @@ language: python
4
4
5
5
matrix :
6
6
include :
7
- - python : 3.10
8
- name : " Py310-024+"
9
- env :
10
- - sklver=">=0.24.2"
11
- - jlver=">=1.0"
12
7
- python : 3.9
13
8
name : " Py39-024+"
14
9
env :
Original file line number Diff line number Diff line change 2
2
- Visual Studio 2019
3
3
environment :
4
4
matrix :
5
- - PYTHON : " C:\\ Python310-x64"
6
- PYTHON_VERSION : " 3.10.x"
7
- PYTHON_ARCH : " 64"
8
- SKL : ' >=1.0'
9
5
- PYTHON : " C:\\ Python39-x64"
10
6
PYTHON_VERSION : " 3.9.x"
11
7
PYTHON_ARCH : " 64"
Original file line number Diff line number Diff line change 4
4
vmImage : ' ubuntu-latest'
5
5
strategy :
6
6
matrix :
7
- Python310 -Linux :
8
- python.version : ' 3.10 '
7
+ Python39 -Linux :
8
+ python.version : ' 39 '
9
9
maxParallel : 3
10
10
steps :
11
11
- task : UsePythonVersion@0
71
71
vmImage : ' windows-latest'
72
72
strategy :
73
73
matrix :
74
- Python310 -Windows :
75
- python.version : ' 3.10 '
74
+ Python39 -Windows :
75
+ python.version : ' 39 '
76
76
maxParallel : 3
77
77
steps :
78
78
- task : UsePythonVersion@0
@@ -105,8 +105,8 @@ jobs:
105
105
vmImage : ' macOS-latest'
106
106
strategy :
107
107
matrix :
108
- Python310 -MacOs :
109
- python.version : ' 3.10 '
108
+ Python39 -MacOs :
109
+ python.version : ' 39 '
110
110
maxParallel : 3
111
111
steps :
112
112
- task : UsePythonVersion@0
You can’t perform that action at this time.
0 commit comments