Skip to content

Commit

Permalink
test multiple python version
Browse files Browse the repository at this point in the history
  • Loading branch information
HonahX committed Jul 20, 2024
1 parent d7110fa commit abd974d
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 abd974d

Please sign in to comment.