1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

Bump CI to python 3.9 (#3869)

This commit is contained in:
Jesse Hills
2022-10-05 11:21:13 +13:00
committed by GitHub
parent e8ff36d1f3
commit 16249c02a5

View File

@@ -85,7 +85,7 @@ jobs:
uses: actions/setup-python@v4
id: python
with:
python-version: "3.8"
python-version: "3.9"
- name: Cache virtualenv
uses: actions/cache@v3