]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
simplify support Python version doco
authorBob Halley <halley@dnspython.org>
Fri, 18 Oct 2024 17:23:51 +0000 (10:23 -0700)
committerBob Halley <halley@dnspython.org>
Fri, 18 Oct 2024 17:23:51 +0000 (10:23 -0700)
README.md

index 52d59109968196a610022539bc64165bba330471..4e54050d6ff853374af131afb2fe42f85c97ef74 100644 (file)
--- 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).