summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-07-23 19:33:11 -0400
committerNed Batchelder <ned@nedbatchelder.com>2020-07-23 19:33:11 -0400
commitbbfd131a162be927c0ea84a9a14c5cc2d5a6765d (patch)
treeb57759b9a0c7020444d08538e512b34597ffada4 /appveyor.yml
parent224c73e34d80caebb34af1e06724fb7858ad732b (diff)
downloadpython-coveragepy-git-bbfd131a162be927c0ea84a9a14c5cc2d5a6765d.tar.gz
Prep for 5.2.1
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 616635a8..6baccd81 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -47,13 +47,13 @@ environment:
- JOB: "3.8 64-bit"
TOXENV: "py38"
PYTHON: "C:\\Python38-x64"
- PYTHON_VERSION: "3.8.3"
+ PYTHON_VERSION: "3.8.5"
PYTHON_ARCH: "64"
- JOB: "3.9 64-bit"
TOXENV: "py39"
PYTHON: "C:\\Python39-x64"
- PYTHON_VERSION: "3.9.0b4"
+ PYTHON_VERSION: "3.9.0b5"
PYTHON_ARCH: "64"
# 32-bit jobs don't run the tests under the Python tracer, since that should
@@ -89,14 +89,14 @@ environment:
- JOB: "3.8 32-bit"
TOXENV: "py38"
PYTHON: "C:\\Python38"
- PYTHON_VERSION: "3.8.3"
+ PYTHON_VERSION: "3.8.5"
PYTHON_ARCH: "32"
COVERAGE_NO_PYTRACER: "1"
- JOB: "3.9 32-bit"
TOXENV: "py39"
PYTHON: "C:\\Python39"
- PYTHON_VERSION: "3.9.0b4"
+ PYTHON_VERSION: "3.9.0b5"
PYTHON_ARCH: "32"
COVERAGE_NO_PYTRACER: "1"