diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-26 12:11:08 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-26 12:45:34 +0200 |
commit | 87ba5a9eb0651c9eeb14f97c5552b79a385b2fce (patch) | |
tree | c8a793c273cd25257b0a274b7a7a1624bede71c2 /dev-python/cppy | |
parent | dev-python/fs: enable py3.11 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |