Skip to content

Commit 7371f33

Browse files
committed
Pin version for Python 3.6 support
Poetry 1.2.x drops support for Python 3.7
1 parent 7434fc6 commit 7371f33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ references:
55
run:
66
name: Install Poetry
77
command: |
8-
curl -sSL https://install.python-poetry.org | python3 -
8+
# Need to use version < 1.2.0 in order to support Python 3.6
9+
curl -sSL https://install.python-poetry.org | python3 - --version 1.1.15
910
restore-dependencies-cache: &restore-dependencies-cache
1011
restore_cache:
1112
keys:

0 commit comments

Comments
 (0)