Skip to content

Commit be8f66c

Browse files
authored
Bump glocaltokens==0.6.1 and python==3.9 (#450)
* Bump glocaltokens==0.6.1 and python==3.9 * Bump python to 3.9
1 parent dcaf016 commit be8f66c

6 files changed

Lines changed: 320 additions & 362 deletions

File tree

.github/workflows/home-assistant.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88

99
env:
10-
DEFAULT_PYTHON: 3.8
10+
DEFAULT_PYTHON: 3.9
1111

1212
jobs:
1313
hacs:

.github/workflows/linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Pre-commit
1212
strategy:
1313
matrix:
14-
python-version: [3.8]
14+
python-version: [3.9]
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Check out the repository

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Update manifest and publish
99
strategy:
1010
matrix:
11-
python-version: [3.8]
11+
python-version: [3.9]
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check out the repository

0 commit comments

Comments
 (0)