Skip to content

Commit 4e8f18e

Browse files
committed
More-recent versions of Python
1 parent 0b1dd53 commit 4e8f18e

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@
44
# Tell Travis what to do
55
# https://travis-ci.com/nedbat/coveragepy
66

7-
dist: xenial
7+
dist: focal
88
language: python
99

1010
cache: pip
1111

12+
# https://docs.travis-ci.com/user/languages/python/#python-versions
1213
python:
1314
- '2.7'
1415
- '3.5'
1516
- '3.6'
1617
- '3.7'
1718
- '3.8'
18-
- 'pypy2.7-6.0'
19-
- 'pypy3.5-6.0'
19+
- 'pypy2.7-7.3.1'
20+
- 'pypy3.6-7.3.1'
2021

2122
# Only testing it for python3.8 on aarch64 platform, since it already has a lot
2223
# of jobs to test and takes long time.

appveyor.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ environment:
4747
- JOB: "3.8 64-bit"
4848
TOXENV: "py38"
4949
PYTHON: "C:\\Python38-x64"
50-
PYTHON_VERSION: "3.8.5"
50+
PYTHON_VERSION: "3.8.6"
5151
PYTHON_ARCH: "64"
5252

5353
- JOB: "3.9 64-bit"
5454
TOXENV: "py39"
5555
PYTHON: "C:\\Python39-x64"
56-
PYTHON_VERSION: "3.9.0b5"
56+
PYTHON_VERSION: "3.9.0"
5757
PYTHON_ARCH: "64"
5858

5959
# 32-bit jobs don't run the tests under the Python tracer, since that should
@@ -89,14 +89,14 @@ environment:
8989
- JOB: "3.8 32-bit"
9090
TOXENV: "py38"
9191
PYTHON: "C:\\Python38"
92-
PYTHON_VERSION: "3.8.5"
92+
PYTHON_VERSION: "3.8.6"
9393
PYTHON_ARCH: "32"
9494
COVERAGE_NO_PYTRACER: "1"
9595

9696
- JOB: "3.9 32-bit"
9797
TOXENV: "py39"
9898
PYTHON: "C:\\Python39"
99-
PYTHON_VERSION: "3.9.0b5"
99+
PYTHON_VERSION: "3.9.0"
100100
PYTHON_ARCH: "32"
101101
COVERAGE_NO_PYTRACER: "1"
102102

@@ -108,10 +108,10 @@ environment:
108108
PYTHON_ARCH: "32"
109109
COVERAGE_COVERAGE: "yes"
110110

111-
- JOB: "Meta 3.6"
112-
TOXENV: "py36"
113-
PYTHON: "C:\\Python36"
114-
PYTHON_VERSION: "3.6.11"
111+
- JOB: "Meta 3.8"
112+
TOXENV: "py38"
113+
PYTHON: "C:\\Python38"
114+
PYTHON_VERSION: "3.8.6"
115115
PYTHON_ARCH: "32"
116116
COVERAGE_COVERAGE: "yes"
117117

0 commit comments

Comments
 (0)