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 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