Skip to content

Commit 9e237e2

Browse files
committed
Bump python to 3.7 and 3.8
1 parent 3dd52c1 commit 9e237e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/runtests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python: [3.6, 3.7]
11+
python: [3.7, 3.8]
1212

1313
steps:
1414
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)