Skip to content

Commit

Permalink
Try with Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ejpenney committed Apr 25, 2024
1 parent 6c21579 commit 33eb786
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Setup Python
uses: "actions/setup-python@v1"
with:
python-version: "3.9"
python-version: "3.10"
- name: Install requirements
run: python3 -m pip install -r requirements_test.txt
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup Python
uses: "actions/setup-python@v1"
with:
python-version: "3.9"
python-version: "3.10"
- name: Install requirements
run: python3 -m pip install -r requirements_test.txt
- name: Run tests
Expand Down
4 changes: 2 additions & 2 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "NPM Switches",
"hacs": "1.6.0",
"homeassistant": "2022.07.0"
}
"homeassistant": "2023.02.0"
}

0 comments on commit 33eb786

Please sign in to comment.