diff options
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 8 |
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" |
