summaryrefslogtreecommitdiff
path: root/.github/workflows/coverage.yml
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-05-02 06:44:32 -0400
committerNed Batchelder <ned@nedbatchelder.com>2022-05-12 08:00:04 -0400
commit956f0fde6178100925e79d5d894e531e2a73ec2f (patch)
treed21dff59c7f44614fcb4c9917efca8a0d5f8bd29 /.github/workflows/coverage.yml
parent9097c0dd319d370925a8a4f65da89e19c8cddd65 (diff)
downloadpython-coveragepy-git-956f0fde6178100925e79d5d894e531e2a73ec2f.tar.gz
fix: fix compilation errors on latest 3.11.0
Diffstat (limited to '.github/workflows/coverage.yml')
-rw-r--r--.github/workflows/coverage.yml2
1 files changed, 1 insertions, 1 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?