File tree Expand file tree Collapse file tree 1 file changed +9
-16
lines changed Expand file tree Collapse file tree 1 file changed +9
-16
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,6 @@ workflows:
4
4
version : 2
5
5
test :
6
6
jobs :
7
- - linux_python_3.6 :
8
- context :
9
- - menpo
10
- - linux_python_3.7 :
11
- context :
12
- - menpo
13
7
- linux_python_3.8 :
14
8
context :
15
9
- menpo
@@ -19,8 +13,12 @@ workflows:
19
13
only : /.*/
20
14
context :
21
15
- menpo
16
+ - linux_python_3.10 :
17
+ context :
18
+ - menpo
22
19
23
20
template : &linux_template
21
+ resource_class : medium+
24
22
docker :
25
23
- image : circleci/python:latest
26
24
steps :
@@ -36,16 +34,6 @@ template: &linux_template
36
34
~/miniconda/bin/python condaci.py build ./conda
37
35
38
36
jobs :
39
- linux_python_3.6 :
40
- << : *linux_template
41
- environment :
42
- CONDACI_PYPI_SDIST_UPLOAD_PY_VER : 3.9
43
- PYTHON_VERSION : 3.6
44
- linux_python_3.7 :
45
- << : *linux_template
46
- environment :
47
- CONDACI_PYPI_SDIST_UPLOAD_PY_VER : 3.9
48
- PYTHON_VERSION : 3.7
49
37
linux_python_3.8 :
50
38
<< : *linux_template
51
39
environment :
56
44
environment :
57
45
CONDACI_PYPI_SDIST_UPLOAD_PY_VER : 3.9
58
46
PYTHON_VERSION : 3.9
47
+ linux_python_3.10 :
48
+ << : *linux_template
49
+ environment :
50
+ CONDACI_PYPI_SDIST_UPLOAD_PY_VER : 3.9
51
+ PYTHON_VERSION : " 3.10"
You can’t perform that action at this time.
0 commit comments