|
15 | 15 | runs-on: ubuntu-latest |
16 | 16 | strategy: |
17 | 17 | matrix: |
18 | | - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
| 18 | + python-version: [3.9, "3.10", "3.11"] |
19 | 19 | steps: |
20 | 20 | #---------------------------------------------- |
21 | 21 | # check-out repo and set-up python |
|
66 | 66 | runs-on: ubuntu-latest |
67 | 67 | strategy: |
68 | 68 | matrix: |
69 | | - python-version: [ 3.8, 3.9, "3.10", "3.11" ] |
| 69 | + python-version: [3.9, "3.10", "3.11" ] |
70 | 70 | steps: |
71 | 71 | #---------------------------------------------- |
72 | 72 | # check-out repo and set-up python |
@@ -117,7 +117,7 @@ jobs: |
117 | 117 | runs-on: ubuntu-latest |
118 | 118 | strategy: |
119 | 119 | matrix: |
120 | | - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
| 120 | + python-version: [3.9, "3.10"] |
121 | 121 | steps: |
122 | 122 | #---------------------------------------------- |
123 | 123 | # check-out repo and set-up python |
@@ -169,7 +169,7 @@ jobs: |
169 | 169 | runs-on: ubuntu-latest |
170 | 170 | strategy: |
171 | 171 | matrix: |
172 | | - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
| 172 | + python-version: [3.9, "3.10"] |
173 | 173 | steps: |
174 | 174 | #---------------------------------------------- |
175 | 175 | # check-out repo and set-up python |
|
0 commit comments