Skip to content

Commit fb32d17

Browse files
author
Maciej Rapacz
committed
Update circleci config to test 3.8 and 3.9
1 parent b78bc90 commit fb32d17

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,15 @@ jobs:
1313
pip install tox
1414
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
1515
source "${HOME}/.profile"
16-
make test
17-
build-py36:
16+
make
17+
build-py39:
1818
<<: *base_template
1919
docker:
20-
- image: python:3.6
21-
build-py37:
22-
<<: *base_template
23-
docker:
24-
- image: python:3.7
20+
- image: python:3.9
2521
build-py38: *base_template
2622
workflows:
2723
version: 2
2824
build:
2925
jobs:
30-
- build-py36
31-
- build-py37
3226
- build-py38
27+
- build-py39

0 commit comments

Comments
 (0)