Skip to content

Commit

Permalink
test: for python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Wu Yun committed Jul 4, 2024
1 parent 718fa40 commit 373f75b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.6'
python-version: '3.9'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -43,7 +43,7 @@ jobs:
strategy:
max-parallel: 1
matrix:
python-version: [3.6, 3.8, 3.9]
python-version: [3.6, 3.7, 3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand Down

0 comments on commit 373f75b

Please sign in to comment.