Skip to content

Commit d0b17dd

Browse files
authored
⬆️ Upgrade Python version in Docker images for GitHub Actions (#10350)
1 parent d769da3 commit d0b17dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/comment-docs-preview-in-pr/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.7
1+
FROM python:3.9
22

33
RUN pip install httpx "pydantic==1.5.1" pygithub
44

.github/actions/notify-translations/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.7
1+
FROM python:3.9
22

33
RUN pip install httpx PyGithub "pydantic==1.5.1" "pyyaml>=5.3.1,<6.0.0"
44

0 commit comments

Comments
 (0)