summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-11 18:13:59 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-11 18:43:37 +0200
commitaa8353aac1e1a2ececbf1d6c41d2677fa4898a81 (patch)
treea33ed374060d78f5ecdaef1220f81d4fbcd7bb58 /dev-python/editables
parentdev-python/pytest-freezegun: Enable py3.11 (diff)
downloadgentoo-aa8353aac1e1a2ececbf1d6c41d2677fa4898a81.tar.gz
gentoo-aa8353aac1e1a2ececbf1d6c41d2677fa4898a81.tar.bz2
gentoo-aa8353aac1e1a2ececbf1d6c41d2677fa4898a81.zip
dev-python/editables: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/editables')
-rw-r--r--dev-python/editables/editables-0.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/editables/editables-0.3.ebuild b/dev-python/editables/editables-0.3.ebuild
index 0aa9dc7f2dc0..32ead7bcc346 100644
--- a/dev-python/editables/editables-0.3.ebuild
+++ b/dev-python/editables/editables-0.3.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
inherit distutils-r1