Ronnie Ghose
commited on
Update ci.yml
Browse filesremove 3.10 library since it sometimes gets confused for 3.1 by CI tool
- .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.
|
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
|