Skip to content

Commit

Permalink
⬆️ Upgrade Python version in Docker images for GitHub Actions (#10350)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored Sep 28, 2023
1 parent d769da3 commit d0b17dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/comment-docs-preview-in-pr/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.7
FROM python:3.9

RUN pip install httpx "pydantic==1.5.1" pygithub

Expand Down
2 changes: 1 addition & 1 deletion .github/actions/notify-translations/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.7
FROM python:3.9

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

Expand Down

0 comments on commit d0b17dd

Please sign in to comment.