From 181b9c212f8899e6b5fdbbc480fed8e37e548e6e Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Sat, 26 Jun 2021 22:51:16 +1000 Subject: [PATCH] Remove lingering Python 2 mention --- README.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 47c21ed..6274896 100644 --- a/README.rst +++ b/README.rst @@ -34,9 +34,8 @@ The one exception is the included type hints file, which comes from the Development ----------- -contextlib2 has no runtime dependencies, but requires ``unittest2`` for testing -on Python 2.x, as well as ``setuptools`` and ``wheel`` to generate universal -wheel archives. +contextlib2 has no runtime dependencies, but requires ``setuptools`` and +``wheel`` at build time to generate universal wheel archives. Local testing is a matter of running::