Skip to content

Commit c345673

Browse files
committed
3.9.0a3
1 parent 4f3590d commit c345673

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ want to know what's different in 5.0 since 4.5.x, see :ref:`whatsnew5x`.
2424
Unreleased
2525
----------
2626

27-
Nothing yet.
27+
- Updated Python 3.9 support to 3.9a3.
2828

2929

3030
.. _changes_503:

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ library to determine which lines are executable, and which have been executed.
2020
Coverage.py runs on many versions of Python:
2121

2222
* CPython 2.7.
23-
* CPython 3.5 through 3.9 alpha 2.
23+
* CPython 3.5 through 3.9 alpha 3.
2424
* PyPy2 7.0 and PyPy3 7.0.
2525

2626
Documentation is on `Read the Docs`_. Code repository and issue tracker are on

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ environment:
5353
- JOB: "3.9 64-bit"
5454
TOXENV: "py39"
5555
PYTHON: "C:\\Python39-x64"
56-
PYTHON_VERSION: "3.9.0a2"
56+
PYTHON_VERSION: "3.9.0a3"
5757
PYTHON_ARCH: "64"
5858

5959
# 32-bit jobs don't run the tests under the Python tracer, since that should
@@ -96,7 +96,7 @@ environment:
9696
- JOB: "3.9 32-bit"
9797
TOXENV: "py39"
9898
PYTHON: "C:\\Python39"
99-
PYTHON_VERSION: "3.9.0a2"
99+
PYTHON_VERSION: "3.9.0a3"
100100
PYTHON_ARCH: "32"
101101
COVERAGE_NO_PYTRACER: "1"
102102

0 commit comments

Comments
 (0)