Skip to content

Commit

Permalink
uses actions/setup-python@v5 with python 3.8 (#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
sungwy authored Jul 20, 2024
1 parent d7110fa commit 703dfc0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: |
3.8
3.11
- name: Install poetry
run: pip install poetry
Expand Down

0 comments on commit 703dfc0

Please sign in to comment.