Skip to content

Commit

Permalink
fix: bound specific python version
Browse files Browse the repository at this point in the history
  • Loading branch information
HormCodes committed Jan 5, 2024
1 parent deefa74 commit 3de6bde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: "3.x"
python-version: 3.11
- uses: snok/install-poetry@v1
- name: Install Dependencies
run: poetry install
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ the [Home Assistant integration](https://www.home-assistant.io/integrations/airt

Prerequisites:

- [Python 3.7.2+](https://www.python.org/downloads/)
- [Python](https://www.python.org/downloads/) with version 3.11 that is required by Home Assistant ([docs](https://developers.home-assistant.io/docs/development_environment?_highlight=python&_highlight=versi#manual-environment))
- [Poetry](https://python-poetry.org/docs/#installation)

Install dependencies:
Expand Down

0 comments on commit 3de6bde

Please sign in to comment.