-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
good first issueThis issue can be resolved by someone who is not familiar with the codebase. A good starting issue.This issue can be resolved by someone who is not familiar with the codebase. A good starting issue.kind/healthFor CI/testing/release process/refactoring/technical debt itemsFor CI/testing/release process/refactoring/technical debt itemstriage/acceptedA consensus emerged that this bug report, feature request, or other action should be worked onA consensus emerged that this bug report, feature request, or other action should be worked on
Description
Description of the issue
#6167 raises the minimum Python version to 3.9,
but the following Dockerfile-s derive from images with Python 3.7 or 3.8:
Line 1 in 74cee7e
FROM python:3.8-slim AS cirq_base Cirq/dev_tools/docs/Dockerfile
Line 29 in 74cee7e
FROM nikolaik/python-nodejs:python3.7-nodejs14 Cirq/dev_tools/pr_monitor/Dockerfile
Line 26 in 74cee7e
FROM python:3.7-slim@sha256:1689dea3fe5e2f230c3b2d0cc18b64e96f8214082c78792c67dbc1bda9b6c67c
TODO
Check if all of these Dockerfile-s are in use then update their Python versions to 3.9.
Metadata
Metadata
Assignees
Labels
good first issueThis issue can be resolved by someone who is not familiar with the codebase. A good starting issue.This issue can be resolved by someone who is not familiar with the codebase. A good starting issue.kind/healthFor CI/testing/release process/refactoring/technical debt itemsFor CI/testing/release process/refactoring/technical debt itemstriage/acceptedA consensus emerged that this bug report, feature request, or other action should be worked onA consensus emerged that this bug report, feature request, or other action should be worked on