Skip to content

Commit 703dfc0

Browse files
authored
uses actions/setup-python@v5 with python 3.8 (#945)
1 parent d7110fa commit 703dfc0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ jobs:
4343

4444
- uses: actions/setup-python@v5
4545
with:
46-
python-version: '3.11'
46+
python-version: |
47+
3.8
48+
3.11
4749
4850
- name: Install poetry
4951
run: pip install poetry

0 commit comments

Comments
 (0)