]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Test for recent-enough versions of optional packages. (#1041)
authorBob Halley <halley@dnspython.org>
Fri, 9 Feb 2024 02:01:41 +0000 (18:01 -0800)
committerGitHub <noreply@github.com>
Fri, 9 Feb 2024 02:01:41 +0000 (18:01 -0800)
commit3c6a7976a5746852f841544ef92edaf7bd12450b
tree697cd511664b3f422408b773e47a26410e94c76f
parent1d35451161ec43f37038167f35efad4ebed6b862
Test for recent-enough versions of optional packages. (#1041)
14 files changed:
dns/_asyncio_backend.py
dns/_features.py [new file with mode: 0644]
dns/_trio_backend.py
dns/asyncquery.py
dns/dnssec.py
dns/dnssecalgs/__init__.py
dns/name.py
dns/query.py
dns/quic/__init__.py
dns/win32util.py
tests/test_async.py
tests/test_doh.py
tests/test_features.py [new file with mode: 0644]
util/generate-features [new file with mode: 0755]