nficano commited on
Commit
14cf228
·
unverified ·
1 Parent(s): ac8bdf8

Update ci.yml

Browse files

remove 3.6 support (reached end-of-life)

Files changed (1) hide show
  1. .github/workflows/ci.yml +1 -1
.github/workflows/ci.yml CHANGED
@@ -13,7 +13,7 @@ jobs:
13
 
14
  strategy:
15
  matrix:
16
- python: [3.6, 3.7, 3.8, 3.9]
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