Drop Python 3.9 support (#85456)

This commit is contained in:
Franck Nijhof
2023-01-22 20:40:33 +01:00
committed by GitHub
parent 7661b222b4
commit 5102d1a5f3
13 changed files with 24 additions and 38 deletions

View File

@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/vscode/devcontainers/python:0-3.9
FROM mcr.microsoft.com/vscode/devcontainers/python:0-3.10
SHELL ["/bin/bash", "-o", "pipefail", "-c"]