Skip to content

Commit f711896

Browse files
committed
update CI
1 parent b3f30be commit f711896

File tree

4 files changed

+7
-16
lines changed

4 files changed

+7
-16
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/python:3.10.1
5+
- image: circleci/python:3.9.9
66

77
working_directory: ~/repo
88

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ language: python
44

55
matrix:
66
include:
7-
- python: 3.10
8-
name: "Py310-024+"
9-
env:
10-
- sklver=">=0.24.2"
11-
- jlver=">=1.0"
127
- python: 3.9
138
name: "Py39-024+"
149
env:

appveyor.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ image:
22
- Visual Studio 2019
33
environment:
44
matrix:
5-
- PYTHON: "C:\\Python310-x64"
6-
PYTHON_VERSION: "3.10.x"
7-
PYTHON_ARCH: "64"
8-
SKL: '>=1.0'
95
- PYTHON: "C:\\Python39-x64"
106
PYTHON_VERSION: "3.9.x"
117
PYTHON_ARCH: "64"

azure-pipelines.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ jobs:
44
vmImage: 'ubuntu-latest'
55
strategy:
66
matrix:
7-
Python310-Linux:
8-
python.version: '3.10'
7+
Python39-Linux:
8+
python.version: '39'
99
maxParallel: 3
1010
steps:
1111
- task: UsePythonVersion@0
@@ -71,8 +71,8 @@ jobs:
7171
vmImage: 'windows-latest'
7272
strategy:
7373
matrix:
74-
Python310-Windows:
75-
python.version: '3.10'
74+
Python39-Windows:
75+
python.version: '39'
7676
maxParallel: 3
7777
steps:
7878
- task: UsePythonVersion@0
@@ -105,8 +105,8 @@ jobs:
105105
vmImage: 'macOS-latest'
106106
strategy:
107107
matrix:
108-
Python310-MacOs:
109-
python.version: '3.10'
108+
Python39-MacOs:
109+
python.version: '39'
110110
maxParallel: 3
111111
steps:
112112
- task: UsePythonVersion@0

0 commit comments

Comments
 (0)