Skip to content

Commit 6d9ea2d

Browse files
committed
3.9
1 parent 625ac88 commit 6d9ea2d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Python
1919
uses: actions/setup-python@v4
2020
with:
21-
python-version: "3.8"
21+
python-version: "3.9"
2222

2323
- name: Install 'build' package
2424
run: pip install build

.github/workflows/run-precommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Python
1414
uses: actions/[email protected]
1515
with:
16-
python-version: "3.8"
16+
python-version: "3.9"
1717

1818
# mainly needed so mypy will have the dependencies it needs
1919
- name: Install elementary

.github/workflows/test-github-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Setup Python
5252
uses: actions/setup-python@v4
5353
with:
54-
python-version: "3.8"
54+
python-version: "3.9"
5555

5656
- name: Install dbt
5757
run: pip install --pre

0 commit comments

Comments
 (0)