Skip to content

Commit 1938094

Browse files
committed
Fix CI
1 parent 0871062 commit 1938094

3 files changed

Lines changed: 183 additions & 162 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: [3.6, 3.9]
15+
python-version: [3.7, 3.8, 3.9]
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v2

0 commit comments

Comments
 (0)