Skip to content

Commit

Permalink
Bump glocaltokens==0.6.1 and python==3.9 (#450)
Browse files Browse the repository at this point in the history
* Bump glocaltokens==0.6.1 and python==3.9

* Bump python to 3.9
  • Loading branch information
leikoilja authored Feb 3, 2022
1 parent dcaf016 commit be8f66c
Show file tree
Hide file tree
Showing 6 changed files with 320 additions and 362 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/home-assistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

env:
DEFAULT_PYTHON: 3.8
DEFAULT_PYTHON: 3.9

jobs:
hacs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Pre-commit
strategy:
matrix:
python-version: [3.8]
python-version: [3.9]
runs-on: ubuntu-latest
steps:
- name: Check out the repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Update manifest and publish
strategy:
matrix:
python-version: [3.8]
python-version: [3.9]
runs-on: ubuntu-latest
steps:
- name: Check out the repository
Expand Down
Loading

0 comments on commit be8f66c

Please sign in to comment.