Skip to content

Commit

Permalink
back to python 3.12; git claims 3.13 isn't released yet
Browse files Browse the repository at this point in the history
  • Loading branch information
craigbarratt committed Jan 8, 2025
1 parent 67c1292 commit ed6b459
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: "actions/checkout@v2"
- uses: "actions/setup-python@v1"
with:
python-version: "3.13"
python-version: "3.12"
allow-prereleases: true
- run: python3 -m pip install black
- run: black .
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: "actions/checkout@v2"
- uses: "actions/setup-python@v1"
with:
python-version: "3.13"
python-version: "3.12"
allow-prereleases: true
- run: python3 -m pip install -r tests/requirements_test.txt
- run: pytest --cov=custom_components
Expand All @@ -42,7 +42,7 @@ jobs:
- uses: "actions/checkout@v2"
- uses: "actions/setup-python@v1"
with:
python-version: "3.13"
python-version: "3.12"
allow-prereleases: true
- run: python3 -m pip install -r tests/requirements_test.txt
- run: pylint custom_components/pyscript/*.py tests/*.py
Expand All @@ -54,7 +54,7 @@ jobs:
- uses: "actions/checkout@v2"
- uses: "actions/setup-python@v1"
with:
python-version: "3.13"
python-version: "3.12"
allow-prereleases: true
- run: python3 -m pip install -r tests/requirements_test.txt
- run: mypy custom_components/pyscript/*.py tests/*.py

0 comments on commit ed6b459

Please sign in to comment.