aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Moradi <37349208+chrismoradi@users.noreply.github.com>2022-01-15 15:29:16 -0800
committerGitHub <noreply@github.com>2022-01-15 15:29:16 -0800
commit465953f8d4afced0b9a6d7aab84415b3478ee76a (patch)
treefd5fa00107c2107a2c19ade620b18e4b5941c8ab
parentc6ce6b1b287fc47264ca63c6819dcd01f294e754 (diff)
downloadtyping-465953f8d4afced0b9a6d7aab84415b3478ee76a.tar.gz
Update tox config to add Python 3.10, support PEP517 build-backend (#1018)
-rw-r--r--typing_extensions/tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/typing_extensions/tox.ini b/typing_extensions/tox.ini
index 0c5959b..0886936 100644
--- a/typing_extensions/tox.ini
+++ b/typing_extensions/tox.ini
@@ -1,5 +1,6 @@
[tox]
-envlist = py36, py37, py38, py39
+isolated_build = True
+envlist = py36, py37, py38, py39, py310
[testenv]
changedir = src