diff options
author | Sam James <sam@gentoo.org> | 2023-01-10 04:34:56 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-10 04:34:56 +0000 |
commit | 3ab80f5b198757fd4fa60526e18b632d774f7c4c (patch) | |
tree | ae5c5b21ac6b966109389ff7dd99dc9d80f9a37f /app-crypt | |
parent | net-misc/rdate: Stabilize 1.11 ppc, #890315 (diff) | |
download | gentoo-3ab80f5b198757fd4fa60526e18b632d774f7c4c.tar.gz gentoo-3ab80f5b198757fd4fa60526e18b632d774f7c4c.tar.bz2 gentoo-3ab80f5b198757fd4fa60526e18b632d774f7c4c.zip |
app-crypt/glep63-check: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/glep63-check/glep63-check-10.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/glep63-check/glep63-check-11.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-crypt/glep63-check/glep63-check-10.ebuild b/app-crypt/glep63-check/glep63-check-10.ebuild index ad32f1258df6..53fd72cb1253 100644 --- a/app-crypt/glep63-check/glep63-check-10.ebuild +++ b/app-crypt/glep63-check/glep63-check-10.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 diff --git a/app-crypt/glep63-check/glep63-check-11.ebuild b/app-crypt/glep63-check/glep63-check-11.ebuild index cc39349f46f0..5fa4d583a1ba 100644 --- a/app-crypt/glep63-check/glep63-check-11.ebuild +++ b/app-crypt/glep63-check/glep63-check-11.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 |