summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-10-10 08:57:35 -0400
committerNed Batchelder <ned@nedbatchelder.com>2020-10-10 15:33:46 -0400
commit4e8f18ecf5b357ba2bc058dec250da7388892da2 (patch)
tree2c9ef64f10bcccf288cd42647365d681a439df7b
parent0b1dd531f23d8ba313ee685b156b07f76fa680d5 (diff)
downloadpython-coveragepy-git-4e8f18ecf5b357ba2bc058dec250da7388892da2.tar.gz
More-recent versions of Python
-rw-r--r--.travis.yml7
-rw-r--r--appveyor.yml16
2 files changed, 12 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
index f5e8fad1..a643d45b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,19 +4,20 @@
# Tell Travis what to do
# https://travis-ci.com/nedbat/coveragepy
-dist: xenial
+dist: focal
language: python
cache: pip
+# https://docs.travis-ci.com/user/languages/python/#python-versions
python:
- '2.7'
- '3.5'
- '3.6'
- '3.7'
- '3.8'
- - 'pypy2.7-6.0'
- - 'pypy3.5-6.0'
+ - 'pypy2.7-7.3.1'
+ - 'pypy3.6-7.3.1'
# Only testing it for python3.8 on aarch64 platform, since it already has a lot
# of jobs to test and takes long time.
diff --git a/appveyor.yml b/appveyor.yml
index 6baccd81..b2a1b2f5 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.5"
+ PYTHON_VERSION: "3.8.6"
PYTHON_ARCH: "64"
- JOB: "3.9 64-bit"
TOXENV: "py39"
PYTHON: "C:\\Python39-x64"
- PYTHON_VERSION: "3.9.0b5"
+ PYTHON_VERSION: "3.9.0"
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.5"
+ PYTHON_VERSION: "3.8.6"
PYTHON_ARCH: "32"
COVERAGE_NO_PYTRACER: "1"
- JOB: "3.9 32-bit"
TOXENV: "py39"
PYTHON: "C:\\Python39"
- PYTHON_VERSION: "3.9.0b5"
+ PYTHON_VERSION: "3.9.0"
PYTHON_ARCH: "32"
COVERAGE_NO_PYTRACER: "1"
@@ -108,10 +108,10 @@ environment:
PYTHON_ARCH: "32"
COVERAGE_COVERAGE: "yes"
- - JOB: "Meta 3.6"
- TOXENV: "py36"
- PYTHON: "C:\\Python36"
- PYTHON_VERSION: "3.6.11"
+ - JOB: "Meta 3.8"
+ TOXENV: "py38"
+ PYTHON: "C:\\Python38"
+ PYTHON_VERSION: "3.8.6"
PYTHON_ARCH: "32"
COVERAGE_COVERAGE: "yes"