diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-03-03 17:18:53 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-03-03 17:19:51 +0100 |
commit | 09f806df055e6f2b240f647ec34f89215884dfe3 (patch) | |
tree | e4e3c499037e549cf55c9fc20bd6e214e4788b69 /app-crypt/glep63-check | |
parent | app-crypt/glep63-check: Fix running tests with modern Portage (diff) | |
download | gentoo-09f806df055e6f2b240f647ec34f89215884dfe3.tar.gz gentoo-09f806df055e6f2b240f647ec34f89215884dfe3.tar.bz2 gentoo-09f806df055e6f2b240f647ec34f89215884dfe3.zip |
app-crypt/glep63-check: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-crypt/glep63-check')
-rw-r--r-- | app-crypt/glep63-check/glep63-check-11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/glep63-check/glep63-check-11.ebuild b/app-crypt/glep63-check/glep63-check-11.ebuild index c1d3c5a0eee9..b406a6836679 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-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 |