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 8c5f759
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 8c5f759

Please sign in to comment.