1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-04-25 19:07:57 +01:00

Bump tooling to target Python version 3.11 (#4666)

This commit is contained in:
Stefan Agner
2023-11-03 12:02:55 +01:00
committed by GitHub
parent a0c12e7228
commit 38d5d2307f
19 changed files with 23 additions and 30 deletions

View File

@@ -87,7 +87,7 @@ jobs:
- name: Run black
run: |
. venv/bin/activate
black --target-version py38 --check supervisor tests setup.py
black --target-version py311 --check supervisor tests setup.py
lint-dockerfile:
name: Check Dockerfile