]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆️ Upgrade Python version in Docker images for GitHub Actions (#10350)
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 28 Sep 2023 19:51:39 +0000 (14:51 -0500)
committerGitHub <noreply@github.com>
Thu, 28 Sep 2023 19:51:39 +0000 (14:51 -0500)
.github/actions/comment-docs-preview-in-pr/Dockerfile
.github/actions/notify-translations/Dockerfile

index 4f20c5f10bc4606e683310bced9aca4f5367473a..14b0d026956fb12c98eaf19c5c5d6cd15101052e 100644 (file)
@@ -1,4 +1,4 @@
-FROM python:3.7
+FROM python:3.9
 
 RUN pip install httpx "pydantic==1.5.1" pygithub
 
index fa4197e6a88d1634814fda58cd5533bf51612f82..b68b4bb1a29c902c9ea1aef94ecc82fa628db9d5 100644 (file)
@@ -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"