File tree 1 file changed +13
-13
lines changed
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ executors:
8
8
parameters :
9
9
version :
10
10
description : " python version"
11
- default : " 310 "
11
+ default : " 3.10 "
12
12
type : string
13
13
docker :
14
14
- image : cimg/python:<<parameters.version>>-browsers
@@ -111,7 +111,7 @@ jobs:
111
111
test_core :
112
112
parameters :
113
113
version :
114
- default : " 310 "
114
+ default : " 3.10 "
115
115
type : string
116
116
executor :
117
117
name : docker-container
@@ -122,7 +122,7 @@ jobs:
122
122
test_optional :
123
123
parameters :
124
124
version :
125
- default : " 310 "
125
+ default : " 3.10 "
126
126
type : string
127
127
executor :
128
128
name : docker-container
@@ -394,19 +394,19 @@ workflows:
394
394
matrix :
395
395
parameters :
396
396
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 "
402
402
- test_optional :
403
403
matrix :
404
404
parameters :
405
405
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 "
411
411
- python_39_percy
412
412
- build-doc
You can’t perform that action at this time.
0 commit comments