From c136045f27744a0c9ba4be957ae43fee2e58dee1 Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Sun, 19 Nov 2023 15:04:58 +0000 Subject: [PATCH 1/2] Add Python 3.12 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f93d2c01..b1777486 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: name: Test strategy: matrix: - pyver: ['3.8', '3.9', '3.10', '3.11'] + pyver: ['3.8', '3.9', '3.10', '3.11', '3.12'] os: [ubuntu, macos, windows] include: - pyver: pypy-3.8 From 6976a4a6df11d2bae871aede306b791753758a1c Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Sun, 19 Nov 2023 15:11:48 +0000 Subject: [PATCH 2/2] Update .codecov.yml --- .codecov.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 414695c0..e9371928 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,4 +1,3 @@ codecov: - branch: master notify: - wait_for_ci: yes + after_n_builds: 10