1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-05-08 08:58:31 +01:00

Python 3.9 (#2886)

* Python 3.9

* Fix lint

* fix lint
This commit is contained in:
Pascal Vizeli
2021-05-14 13:57:56 +02:00
committed by GitHub
parent eb9ce8ea1f
commit cb9f998ef1
8 changed files with 15 additions and 13 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/vscode/devcontainers/python:0-3.8
FROM mcr.microsoft.com/vscode/devcontainers/python:0-3.9
ENV DEBIAN_FRONTEND=noninteractive