summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-26 12:11:08 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-26 12:45:34 +0200
commit87ba5a9eb0651c9eeb14f97c5552b79a385b2fce (patch)
treec8a793c273cd25257b0a274b7a7a1624bede71c2 /dev-python/cppy
parentdev-python/fs: enable py3.11 (diff)
downloadgentoo-87ba5a9eb0651c9eeb14f97c5552b79a385b2fce.tar.gz
gentoo-87ba5a9eb0651c9eeb14f97c5552b79a385b2fce.tar.bz2
gentoo-87ba5a9eb0651c9eeb14f97c5552b79a385b2fce.zip
dev-python/cppy: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/cppy')
-rw-r--r--dev-python/cppy/cppy-1.2.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cppy/cppy-1.2.1-r1.ebuild b/dev-python/cppy/cppy-1.2.1-r1.ebuild
index 5630bcceb14d..68ac52b3806c 100644
--- a/dev-python/cppy/cppy-1.2.1-r1.ebuild
+++ b/dev-python/cppy/cppy-1.2.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1