Skip to content

Commit c84445d

Browse files
committed
CI: Include Py3.15 also in non-Linux jobs.
1 parent 304a9c7 commit c84445d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,13 @@ jobs:
178178
- "3.12"
179179
- "3.13"
180180
- "3.13t"
181-
- "3.14-dev"
182-
- "3.14t-dev"
181+
- "3.14"
182+
- "3.14t"
183+
- "3.15-dev"
184+
- "3.15t-dev"
183185

184186
#include:
185-
# - python-version: "3.14-dev"
187+
# - python-version: "3.15-dev"
186188
# allowed_failure: true
187189

188190
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)