summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst2
-rw-r--r--README.rst2
-rw-r--r--appveyor.yml4
3 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index a80c1c99..17f18ca3 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -24,7 +24,7 @@ want to know what's different in 5.0 since 4.5.x, see :ref:`whatsnew5x`.
Unreleased
----------
-Nothing yet.
+- Updated Python 3.9 support to 3.9a3.
.. _changes_503:
diff --git a/README.rst b/README.rst
index a811a049..f20661a2 100644
--- a/README.rst
+++ b/README.rst
@@ -20,7 +20,7 @@ library to determine which lines are executable, and which have been executed.
Coverage.py runs on many versions of Python:
* CPython 2.7.
-* CPython 3.5 through 3.9 alpha 2.
+* CPython 3.5 through 3.9 alpha 3.
* PyPy2 7.0 and PyPy3 7.0.
Documentation is on `Read the Docs`_. Code repository and issue tracker are on
diff --git a/appveyor.yml b/appveyor.yml
index a8b4d56e..76e21dad 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -53,7 +53,7 @@ environment:
- JOB: "3.9 64-bit"
TOXENV: "py39"
PYTHON: "C:\\Python39-x64"
- PYTHON_VERSION: "3.9.0a2"
+ PYTHON_VERSION: "3.9.0a3"
PYTHON_ARCH: "64"
# 32-bit jobs don't run the tests under the Python tracer, since that should
@@ -96,7 +96,7 @@ environment:
- JOB: "3.9 32-bit"
TOXENV: "py39"
PYTHON: "C:\\Python39"
- PYTHON_VERSION: "3.9.0a2"
+ PYTHON_VERSION: "3.9.0a3"
PYTHON_ARCH: "32"
COVERAGE_NO_PYTRACER: "1"