diff options
author | Bob Halley <halley@dnspython.org> | 2023-04-07 06:51:36 -0700 |
---|---|---|
committer | Bob Halley <halley@dnspython.org> | 2023-04-07 06:51:36 -0700 |
commit | 0988d6af5a73d7715ea64e97443b1a53138f8b5e (patch) | |
tree | c765320f6b65763c49cbdbfe35a963ee9211a479 | |
parent | 7017bb55565df81aec30a5e9f86b2b193b0315e4 (diff) | |
download | dnspython-0988d6af5a73d7715ea64e97443b1a53138f8b5e.tar.gz |
Note 3.8 as the minimum for 2.4 (3.7 is EOL at the end of June).
-rw-r--r-- | doc/whatsnew.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/whatsnew.rst b/doc/whatsnew.rst index de5a2fc..ab32bbb 100644 --- a/doc/whatsnew.rst +++ b/doc/whatsnew.rst @@ -6,6 +6,8 @@ What's New in dnspython 2.4.0 (in development) ---------------------- +* Python 3.8 or newer is required. + * The stub resolver now uses instances of ``dns.nameserver.Nameserver`` to represent remote recursive resolvers, and can communicate using DNS over UDP/TCP, HTTPS, TLS, and QUIC. In additional to being able to specify |