Skip to content

Commit 343622b

Browse files
committed
Change it to test with Python 3.7 or higher
1 parent 6d29d65 commit 343622b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
strategy:
3737
matrix:
38-
python-version: [3.6, 3.7]
38+
python-version: [3.7, 3.8]
3939
steps:
4040
- uses: actions/checkout@v2
4141
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)