ci.github: add regular Python 3.11 runners

This commit is contained in:
bastimeyer 2022-10-29 05:58:35 +02:00 committed by Forrest
parent 6aa2b56e35
commit 7bcba1bcfc
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

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