Update ci.yml
Browse filesremove 3.6 support (reached end-of-life)
- .github/workflows/ci.yml +1 -1
.github/workflows/ci.yml
CHANGED
@@ -13,7 +13,7 @@ jobs:
|
|
13 |
|
14 |
strategy:
|
15 |
matrix:
|
16 |
-
python: [3.
|
17 |
|
18 |
steps:
|
19 |
- name: Checkout repo
|
|
|
13 |
|
14 |
strategy:
|
15 |
matrix:
|
16 |
+
python: [3.7, 3.8, 3.9]
|
17 |
|
18 |
steps:
|
19 |
- name: Checkout repo
|