|
69 | 69 | if: needs.should-publish.outputs.is_new_version == 'yes'
|
70 | 70 | strategy:
|
71 | 71 | matrix:
|
72 |
| - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13.0-rc - 3.13"] |
| 72 | + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
73 | 73 | steps:
|
74 | 74 | - uses: actions/checkout@v4
|
75 | 75 | with:
|
@@ -119,7 +119,7 @@ jobs:
|
119 | 119 | if: needs.should-publish.outputs.is_new_version == 'yes'
|
120 | 120 | strategy:
|
121 | 121 | matrix:
|
122 |
| - python-version: ["3.9", "3.10", "3.11", "3.12"] |
| 122 | + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
123 | 123 | steps:
|
124 | 124 | - uses: actions/checkout@v4
|
125 | 125 | with:
|
@@ -158,7 +158,7 @@ jobs:
|
158 | 158 | if: needs.should-publish.outputs.is_new_version == 'yes'
|
159 | 159 | strategy:
|
160 | 160 | matrix:
|
161 |
| - python-version: ["3.9", "3.10", "3.11", "3.12"] |
| 161 | + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
162 | 162 | steps:
|
163 | 163 | - uses: actions/checkout@v4
|
164 | 164 | with:
|
@@ -198,7 +198,7 @@ jobs:
|
198 | 198 | if: needs.should-publish.outputs.is_new_version == 'yes'
|
199 | 199 | strategy:
|
200 | 200 | matrix:
|
201 |
| - python-version: ["3.9", "3.10", "3.11", "3.12"] |
| 201 | + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
202 | 202 | steps:
|
203 | 203 | - uses: actions/checkout@v4
|
204 | 204 | with:
|
|
0 commit comments