Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
inisis authored Sep 11, 2024
1 parent 180eb00 commit 3461e53
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: |
3.8
3.9
3.10
3.11
- name: install dependency
run: |
Expand Down

0 comments on commit 3461e53

Please sign in to comment.