We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7110fa commit 703dfc0Copy full SHA for 703dfc0
1 file changed
.github/workflows/python-release.yml
@@ -43,7 +43,9 @@ jobs:
43
44
- uses: actions/setup-python@v5
45
with:
46
- python-version: '3.11'
+ python-version: |
47
+ 3.8
48
+ 3.11
49
50
- name: Install poetry
51
run: pip install poetry
0 commit comments