From: Bob Halley Date: Wed, 15 Dec 2021 14:45:30 +0000 (-0800) Subject: add 3.10 classifier X-Git-Tag: v2.2.0rc1~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8954623ae673a67bdf736fcda960cf80a1ff3d8f;p=thirdparty%2Fdnspython.git add 3.10 classifier --- diff --git a/setup.cfg b/setup.cfg index 4d88451c..4f5851c3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,6 +30,7 @@ classifiers = Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 provides = dns [options] @@ -49,6 +50,7 @@ IDNA = idna>=2.1 DNSSEC = cryptography>=2.6 trio = trio>=0.14.0; sniffio>=1.1 curio = curio>=1.2; sniffio>=1.1 +wmi = wmi>=1.5.1 [options.package_data] dns = py.typed