From: Bob Halley Date: Fri, 18 Oct 2024 17:23:51 +0000 (-0700) Subject: simplify support Python version doco X-Git-Tag: v2.8.0rc1~67 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=32e0a5ccf0e4621c2e1a3d5ca5794c2af5e481d8;p=thirdparty%2Fdnspython.git simplify support Python version doco --- diff --git a/README.md b/README.md index 52d59109..4e54050d 100644 --- a/README.md +++ b/README.md @@ -86,10 +86,8 @@ Note that you can install any combination of the above, e.g.: ### Notices -Python 2.x support ended with the release of 1.16.0. `dnspython` 2.6.x supports -Python 3.8 and later, though support for 3.8 ends on October 14, 2024. -`dnspython` 2.7.x supports Python 3.9 and later. Future support is aligned with -the lifetime of the Python 3 versions. +Python 2.x support ended with the release of 1.16.0. `dnspython` supports Python 3.9 +and later. Future support is aligned with the lifetime of the Python 3 versions. Documentation has moved to [dnspython.readthedocs.io](https://dnspython.readthedocs.io).