Skip to content

Commit

Permalink
Update python version to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
040medien committed Oct 29, 2024
1 parent 25a1ed2 commit d496616
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.8"
python-version: "3.10"
- name: Install requirements
run: python3 -m pip install -r requirements_test.txt
- name: Run tests
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
name: Check style formatting
steps:
- uses: "actions/checkout@v2"
- uses: "actions/setup-python@v1"
- uses: "actions/setup-python@v4"
with:
python-version: "3.x"
python-version: "3.10"
- run: python3 -m pip install black
- run: black .

Expand All @@ -43,7 +43,7 @@ jobs:
# - name: Setup Python
# uses: "actions/setup-python@v1"
# with:
# python-version: "3.8"
# python-version: "3.10"
# - name: Install requirements
# run: python3 -m pip install -r requirements_test.txt
# - name: Run tests
Expand All @@ -56,4 +56,4 @@ jobs:
# --cov custom_components.stadtreinigung_hamburg \
# -o console_output_style=count \
# -p no:sugar \
# tests
# tests

0 comments on commit d496616

Please sign in to comment.