Skip to content

Commit

Permalink
Try python 3.7
Browse files Browse the repository at this point in the history
aio-libs/aiohttp#4549 suggests the issue
started in 3.8
  • Loading branch information
jogu committed Jun 9, 2021
1 parent a9298e8 commit 100566a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ stop_normal:
.deployment_test: &deployment_test
stage: test
interruptible: true
image: python:3.9-alpine
image: python:3.7-alpine
only:
refs:
- branches
Expand Down
2 changes: 1 addition & 1 deletion test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM python:3.9-alpine
FROM python:3.7-alpine
RUN apk add gcc musl-dev bash
RUN pip install aiohttp aiofiles aiohttp-retry

0 comments on commit 100566a

Please sign in to comment.