Skip to content

Commit d48c07c

Browse files
committed
fix
1 parent d3b9e54 commit d48c07c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# Setup Python 3.8
3232
- uses: actions/setup-python@v2
3333
with:
34-
python-version: "3.8.14"
34+
python-version: "3.9"
3535

3636
# Build
3737
- name: 🔨 Build

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# Setup Python 3.8
2525
- uses: actions/setup-python@v2
2626
with:
27-
python-version: "3.8.14"
27+
python-version: "3.9"
2828

2929
# Build
3030
- name: 🔨 Build

0 commit comments

Comments
 (0)