Skip to content

Commit

Permalink
buid: bump python to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Jun 26, 2023
1 parent de9fb63 commit 4745614
Show file tree
Hide file tree
Showing 4 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 poetry
run: python3 -m pip install poetry
- name: Install requirements
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.8"
python-version: "3.10"
- name: Install poetry
run: python3 -m pip install poetry
- name: Install requirements
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/semantic_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
# - name: Move new translations
# run: |
# cp /tmp/lokalise/locale/* /home/runner/work/alexa_media_player/alexa_media_player/custom_components/alexa_media/translations/
- name: Set up Python 3.8
- name: Set up Python 3.10
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.10
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ known_first_party = custom_components.integration_blueprint, tests
combine_as_imports = true

[mypy]
python_version = 3.8
python_version = 3.10
ignore_errors = false
follow_imports = silent
ignore_missing_imports = true
Expand Down

0 comments on commit 4745614

Please sign in to comment.