diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2023-05-31 22:27:44 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-31 22:00:17 +0100 |
commit | 4b49352e8e1b86f11a03de9857d585f2ce9be4e1 (patch) | |
tree | a9c9a587057dcbdb0af058e29095b9beff9ca60f /dev-python/krb5 | |
parent | dev-python/k5test: enable py3.12 (diff) | |
download | gentoo-4b49352e8e1b86f11a03de9857d585f2ce9be4e1.tar.gz gentoo-4b49352e8e1b86f11a03de9857d585f2ce9be4e1.tar.bz2 gentoo-4b49352e8e1b86f11a03de9857d585f2ce9be4e1.zip |
dev-python/krb5: enable py3.12
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/krb5')
-rw-r--r-- | dev-python/krb5/krb5-0.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/krb5/krb5-0.5.0.ebuild b/dev-python/krb5/krb5-0.5.0.ebuild index e2417fb2d056..4a3bacb22774 100644 --- a/dev-python/krb5/krb5-0.5.0.ebuild +++ b/dev-python/krb5/krb5-0.5.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi |