From 8954623ae673a67bdf736fcda960cf80a1ff3d8f Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Wed, 15 Dec 2021 06:45:30 -0800 Subject: [PATCH] add 3.10 classifier --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.3