|
11 | 11 | runs-on: ubuntu-latest |
12 | 12 | strategy: |
13 | 13 | matrix: |
14 | | - python-version: [3.9, "3.10", "3.11", "3.12"] |
| 14 | + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
15 | 15 | steps: |
16 | 16 | #---------------------------------------------- |
17 | 17 | # check-out repo and set-up python |
|
62 | 62 | runs-on: ubuntu-latest |
63 | 63 | strategy: |
64 | 64 | matrix: |
65 | | - python-version: [3.9, "3.10", "3.11", "3.12"] |
| 65 | + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
66 | 66 | steps: |
67 | 67 | #---------------------------------------------- |
68 | 68 | # check-out repo and set-up python |
@@ -113,7 +113,7 @@ jobs: |
113 | 113 | runs-on: ubuntu-latest |
114 | 114 | strategy: |
115 | 115 | matrix: |
116 | | - python-version: [3.9, "3.10", "3.11", "3.12"] |
| 116 | + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
117 | 117 | steps: |
118 | 118 | #---------------------------------------------- |
119 | 119 | # check-out repo and set-up python |
@@ -165,7 +165,7 @@ jobs: |
165 | 165 | runs-on: ubuntu-latest |
166 | 166 | strategy: |
167 | 167 | matrix: |
168 | | - python-version: [3.9, "3.10", "3.11", "3.12"] |
| 168 | + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
169 | 169 | steps: |
170 | 170 | #---------------------------------------------- |
171 | 171 | # check-out repo and set-up python |
|
0 commit comments