summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 8dc4228f..38621c35 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -21,6 +21,7 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
+ Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Software Development :: Libraries :: Python Modules
@@ -37,6 +38,7 @@ install_requires =
lazy_object_proxy>=1.4.0
wrapt>=1.11,<1.13
typed-ast>=1.4.0,<1.5;implementation_name=="cpython" and python_version<"3.8"
+ typing-extensions>=3.7.4;python_version<"3.8"
setup_requires =
setuptools_scm
python_requires = ~=3.6