Skip to content

Commit acc61b4

Browse files
committed
Fix python versions
1 parent 7095710 commit acc61b4

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.circleci/config.yml

+13-13
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ executors:
88
parameters:
99
version:
1010
description: "python version"
11-
default: "310"
11+
default: "3.10"
1212
type: string
1313
docker:
1414
- image: cimg/python:<<parameters.version>>-browsers
@@ -111,7 +111,7 @@ jobs:
111111
test_core:
112112
parameters:
113113
version:
114-
default: "310"
114+
default: "3.10"
115115
type: string
116116
executor:
117117
name: docker-container
@@ -122,7 +122,7 @@ jobs:
122122
test_optional:
123123
parameters:
124124
version:
125-
default: "310"
125+
default: "3.10"
126126
type: string
127127
executor:
128128
name: docker-container
@@ -394,19 +394,19 @@ workflows:
394394
matrix:
395395
parameters:
396396
version:
397-
- "38"
398-
- "39"
399-
- "310"
400-
- "311"
401-
- "312"
397+
- "3.8"
398+
- "3.9"
399+
- "3.10"
400+
- "3.11"
401+
- "3.12"
402402
- test_optional:
403403
matrix:
404404
parameters:
405405
version:
406-
- "38"
407-
- "39"
408-
- "310"
409-
- "311"
410-
- "312"
406+
- "3.8"
407+
- "3.9"
408+
- "3.10"
409+
- "3.11"
410+
- "3.12"
411411
- python_39_percy
412412
- build-doc

0 commit comments

Comments
 (0)