diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2021-04-11 18:39:03 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-04-11 18:39:03 -0400 |
| commit | 3cd4db3248fe48c3a531855227a9b2a3846e0110 (patch) | |
| tree | ea7718d57062ac7301b809bab0c552986fa974a3 /.github | |
| parent | 70ba38090b47d4dc0bd88fa39b6b1a5424d4793d (diff) | |
| download | python-coveragepy-git-3cd4db3248fe48c3a531855227a9b2a3846e0110.tar.gz | |
fix: adapt to 3.10.0a7's f_lasti field
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/testsuite.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index ee304af1..cf9aa52a 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -34,7 +34,7 @@ jobs: - "3.7" - "3.8" - "3.9" - - "3.10.0-alpha.6" + - "3.10.0-alpha.7" - "pypy3" exclude: # Windows PyPy doesn't seem to work? |
