summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-11 11:28:55 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-11 12:03:52 +0200
commit36169f7c2bd1d7f8614788bdb492d65e47daa88c (patch)
treefa68138c5d76f7f3262bbdeda1e9843df4659688 /dev-python/typing-extensions
parentwww-client/opera-developer: remove old (diff)
downloadgentoo-36169f7c2bd1d7f8614788bdb492d65e47daa88c.tar.gz
gentoo-36169f7c2bd1d7f8614788bdb492d65e47daa88c.tar.bz2
gentoo-36169f7c2bd1d7f8614788bdb492d65e47daa88c.zip
dev-python/typing-extensions: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/typing-extensions')
-rw-r--r--dev-python/typing-extensions/typing-extensions-4.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/typing-extensions/typing-extensions-4.2.0.ebuild b/dev-python/typing-extensions/typing-extensions-4.2.0.ebuild
index 380c82c8ed7d..ac5534869fda 100644
--- a/dev-python/typing-extensions/typing-extensions-4.2.0.ebuild
+++ b/dev-python/typing-extensions/typing-extensions-4.2.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1