|
7 | 7 | runs-on: ubuntu-latest |
8 | 8 | strategy: |
9 | 9 | matrix: |
10 | | - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
| 10 | + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] |
11 | 11 | dependency-version: ["default", "min"] |
12 | 12 | # Optimize matrix - test min/max on subset of Python versions |
13 | 13 | exclude: |
|
91 | 91 | runs-on: ubuntu-latest |
92 | 92 | strategy: |
93 | 93 | matrix: |
94 | | - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
| 94 | + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] |
95 | 95 | dependency-version: ["default", "min"] |
96 | 96 | exclude: |
97 | 97 | - python-version: "3.12" |
@@ -173,7 +173,7 @@ jobs: |
173 | 173 | runs-on: ubuntu-latest |
174 | 174 | strategy: |
175 | 175 | matrix: |
176 | | - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
| 176 | + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] |
177 | 177 | steps: |
178 | 178 | #---------------------------------------------- |
179 | 179 | # check-out repo and set-up python |
@@ -225,7 +225,7 @@ jobs: |
225 | 225 | runs-on: ubuntu-latest |
226 | 226 | strategy: |
227 | 227 | matrix: |
228 | | - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
| 228 | + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] |
229 | 229 | steps: |
230 | 230 | #---------------------------------------------- |
231 | 231 | # check-out repo and set-up python |
|
0 commit comments