⬆️ Upgrade Python version in Docker images for GitHub Actions (#10350)

This commit is contained in:
Sebastián Ramírez 2023-09-28 14:51:39 -05:00 committed by GitHub
parent d769da3c38
commit d0b17dd49c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.7
FROM python:3.9
RUN pip install httpx "pydantic==1.5.1" pygithub

View 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"