Skip to content

Commit 6c16fc0

Browse files
author
Patrick Snape
committed
Match circleci config to menpo
1 parent 5f2f45b commit 6c16fc0

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

.circleci/config.yml

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ workflows:
44
version: 2
55
test:
66
jobs:
7-
- linux_python_3.6:
8-
context:
9-
- menpo
10-
- linux_python_3.7:
11-
context:
12-
- menpo
137
- linux_python_3.8:
148
context:
159
- menpo
@@ -19,8 +13,12 @@ workflows:
1913
only: /.*/
2014
context:
2115
- menpo
16+
- linux_python_3.10:
17+
context:
18+
- menpo
2219

2320
template: &linux_template
21+
resource_class: medium+
2422
docker:
2523
- image: circleci/python:latest
2624
steps:
@@ -36,16 +34,6 @@ template: &linux_template
3634
~/miniconda/bin/python condaci.py build ./conda
3735
3836
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
4937
linux_python_3.8:
5038
<<: *linux_template
5139
environment:
@@ -56,3 +44,8 @@ jobs:
5644
environment:
5745
CONDACI_PYPI_SDIST_UPLOAD_PY_VER: 3.9
5846
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"

0 commit comments

Comments
 (0)