From ab40bda27ddf607d60de6d73229f56b8b8203981 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Mon, 2 Nov 2020 22:38:25 -0800 Subject: Add support for Python 3.9 --- HACKING.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'HACKING.txt') diff --git a/HACKING.txt b/HACKING.txt index 730d08208..7bf05080c 100644 --- a/HACKING.txt +++ b/HACKING.txt @@ -50,7 +50,7 @@ In order to add a feature to Pyramid: - The feature must be documented in both the API and narrative documentation (in `docs/`). -- The feature must work fully on the following CPython versions: 3.5, 3.6, 3.7, and 3.8 on both UNIX and Windows. +- The feature must work fully on the following CPython versions: 3.5, 3.6, 3.7, 3.8, and 3.9 on both UNIX and Windows. - The feature must work on the latest version of PyPy3. @@ -80,9 +80,9 @@ Running Tests $ $TOX -e py - To run `tox` for Python 3.8 explicitly, you may use: + To run `tox` for Python 3.9 explicitly, you may use: - $ $TOX -e py38 + $ $TOX -e py39 - To run individual tests (i.e., during development), you can use `pytest` syntax as follows, where `$VENV` is an environment variable set to the path @@ -103,7 +103,7 @@ Test Coverage ------------- - The codebase *must* have 100% test statement coverage after each commit. You - can test coverage via `tox -e py38`. + can test coverage via `tox -e py39`. Documentation Coverage and Building HTML Documentation -- cgit v1.2.3