Skip to content

Commit 1b96219

Browse files
committed
Release build needs to use Python > 3.8.
1 parent 7192c21 commit 1b96219

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setting up Python
1818
uses: actions/[email protected]
1919
with:
20-
python-version: 3.8
20+
python-version: 3.9
2121

2222
- name: Installing python build dependencies
2323
run: |
@@ -58,7 +58,7 @@ jobs:
5858
- uses: actions/[email protected]
5959
name: Setting up Python
6060
with:
61-
python-version: '3.8'
61+
python-version: '3.9'
6262

6363
- name: Set up QEMU
6464
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)