summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-05-29 13:20:56 +0200
committerGitHub <noreply@github.com>2021-05-29 13:20:56 +0200
commit0689f0e3cd29aae24c135d64c53b05dcf73d4d33 (patch)
tree063db60d2e93c53ee5f40b3ae2702fa52526311a /setup.cfg
parent8d7019531868eab63f72eefc1b9ee5e59b6d1299 (diff)
downloadastroid-git-0689f0e3cd29aae24c135d64c53b05dcf73d4d33.tar.gz
Add initial support for pattern matching py310 (#986)
* Add initial support for pattern matching py310 * Add typing_extensions
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