Merge pull request #36 from ncoghlan/remove-lingering-py2-mentions

Remove lingering Python 2 mention
This commit is contained in:
Nick Coghlan 2021-06-26 22:51:54 +10:00 committed by GitHub
commit 190f6af5ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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::