Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Commit 089f90d

Browse files
authored
fix: python version in publish
Changed container base image python version from 3.7 to 3.8.6 for poetry.
1 parent c1aeafc commit 089f90d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
publish:
5151
docker:
52-
- image: circleci/python:3.7
52+
- image: circleci/python:3.8.6
5353
steps:
5454
- setup_remote_docker:
5555
docker_layer_caching: true

0 commit comments

Comments
 (0)