Ronnie Ghose commited on
Commit
09e12fd
·
unverified ·
1 Parent(s): 32710ab

Update ci.yml

Browse files

remove 3.10 library since it sometimes gets confused for 3.1 by CI tool

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.7, 3.8, 3.9, 3.10, 3.11]
17
 
18
  steps:
19
  - name: Checkout repo
 
13
 
14
  strategy:
15
  matrix:
16
+ python: [3.7, 3.8, 3.9, 3.11]
17
 
18
  steps:
19
  - name: Checkout repo