Skip to content

Commit b4e24cc

Browse files
committed
Use Python 3.9 in the GH workflow
1 parent 6a62c2a commit b4e24cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
- name: Install Python
105105
uses: actions/setup-python@v2
106106
with:
107-
python-version: '3.8'
107+
python-version: '3.9'
108108

109109
- uses: docker/setup-qemu-action@v1
110110
if: ${{ matrix.arch == 'aarch64' }}

0 commit comments

Comments
 (0)