ci.github: update py312 runners

This commit is contained in:
bastimeyer 2023-10-14 15:03:20 +02:00 committed by Sebastian Meyer
parent a23bb617ad
commit c82a853567
2 changed files with 9 additions and 8 deletions

View File

@ -3,7 +3,7 @@ codecov:
require_ci_to_pass: true
# wait until at all test runners have uploaded a report (see the test job's build matrix)
# otherwise, coverage failures may be shown while some reports are still missing
after_n_builds: 8
after_n_builds: 10
comment:
# this also configures the layout of PR check summaries / comments
layout: "reach, diff, flags, files"

View File

@ -29,13 +29,14 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
include:
- python: "3.12-dev"
os: ubuntu-latest
continue: true
- python: "3.12-dev"
os: windows-latest
continue: true
- "3.12"
# include:
# - python: "3.13-dev"
# os: ubuntu-latest
# continue: true
# - python: "3.13-dev"
# os: windows-latest
# continue: true
runs-on: ${{ matrix.os }}
timeout-minutes: 60
steps: