From 7bcba1bcfc48b095cebacb531e9dcbc908f132f3 Mon Sep 17 00:00:00 2001 From: bastimeyer Date: Sat, 29 Oct 2022 05:58:35 +0200 Subject: [PATCH] ci.github: add regular Python 3.11 runners --- .codecov.yml | 2 +- .github/workflows/main.yml | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index adb2e863..92b10bd3 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -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" diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 95ef7957..0beaf0e6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: