diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2020-01-25 13:00:35 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-01-25 13:58:19 -0500 |
commit | c34567354af2af87d78b32e2fc452c41aca85995 (patch) | |
tree | 9d123efdec74c5b59cba36a3e60b0273b7aebc88 | |
parent | 4f3590db002d7fd3e45d6f0b904afadbd68821a7 (diff) | |
download | python-coveragepy-git-c34567354af2af87d78b32e2fc452c41aca85995.tar.gz |
3.9.0a3
-rw-r--r-- | CHANGES.rst | 2 | ||||
-rw-r--r-- | README.rst | 2 | ||||
-rw-r--r-- | appveyor.yml | 4 |
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: @@ -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" |