diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2022-05-02 06:44:32 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-05-12 08:00:04 -0400 |
| commit | 956f0fde6178100925e79d5d894e531e2a73ec2f (patch) | |
| tree | d21dff59c7f44614fcb4c9917efca8a0d5f8bd29 /.github | |
| parent | 9097c0dd319d370925a8a4f65da89e19c8cddd65 (diff) | |
| download | python-coveragepy-git-956f0fde6178100925e79d5d894e531e2a73ec2f.tar.gz | |
fix: fix compilation errors on latest 3.11.0
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/coverage.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/kit.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index bbb7d4a1..6749622f 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -39,7 +39,7 @@ jobs: - "3.8" - "3.9" - "3.10" - - "3.11.0-alpha.5" + - "3.11.0-beta.1" - "pypy-3.7" exclude: # Windows PyPy doesn't seem to work? diff --git a/.github/workflows/kit.yml b/.github/workflows/kit.yml index d0c8af5c..84c1893d 100644 --- a/.github/workflows/kit.yml +++ b/.github/workflows/kit.yml @@ -239,7 +239,7 @@ jobs: py: # PYVERSIONS. Available versions: # https://github.com/actions/python-versions/blob/main/versions-manifest.json - - "3.11.0-alpha.5" + - "3.11.0-beta.1" fail-fast: false steps: |
