summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-04-11 21:08:23 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-04-11 21:08:23 -0400
commitc2c9d7d0037257ce5b4d9a278460d3eb3676bc5d (patch)
tree56b0ba79e8a5279ef458077f81cdf50b3a3406e2
parenta55f726aa88e60d9c96d410a9db6af8716d59fb9 (diff)
downloadpython-coveragepy-git-c2c9d7d0037257ce5b4d9a278460d3eb3676bc5d.tar.gz
build: use 3.10.0a7 in CI
-rw-r--r--.github/workflows/coverage.yml2
-rw-r--r--.github/workflows/kit.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index dc4a89af..c0989f3d 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -33,7 +33,7 @@ jobs:
- "2.7"
- "3.5"
- "3.9"
- - "3.10.0-alpha.6"
+ - "3.10.0-alpha.7"
- "pypy3"
exclude:
# Windows PyPy doesn't seem to work?
diff --git a/.github/workflows/kit.yml b/.github/workflows/kit.yml
index b5d0f7e7..c93812d1 100644
--- a/.github/workflows/kit.yml
+++ b/.github/workflows/kit.yml
@@ -122,7 +122,7 @@ jobs:
- windows-latest
- macos-latest
python-version:
- - "3.10.0-alpha.6"
+ - "3.10.0-alpha.7"
fail-fast: false
steps: