Skip to content

Commit

Permalink
Bump python to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
pail23 authored Aug 5, 2023
1 parent 7e57154 commit 9cc8742
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: "Set up Python"
uses: actions/setup-python@v4.7.0
with:
python-version: "3.10"
python-version: "3.11"
cache: "pip"

- name: "Install requirements"
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Setup Python
uses: "actions/setup-python@v4.7.0"
with:
python-version: "3.10"
python-version: "3.11"
- name: Install requirements
run: python3 -m pip install -r requirements.txt
- name: Run tests
Expand All @@ -73,4 +73,4 @@ jobs:
--cov custom_components.stiebel_eltron_isg \
-o console_output_style=count \
-p no:sugar \
tests
tests

0 comments on commit 9cc8742

Please sign in to comment.