diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-27 19:17:24 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-27 19:47:05 +0200 |
commit | cee347459e24f370b899ec73cacce867d489e002 (patch) | |
tree | 8b8447999fe5dc8cf271663d100a47bd9599f825 /dev-python | |
parent | net-libs/xrootd: bring back 5.5.5-r1, used by xrootd-ceph (diff) | |
download | gentoo-cee347459e24f370b899ec73cacce867d489e002.tar.gz gentoo-cee347459e24f370b899ec73cacce867d489e002.tar.bz2 gentoo-cee347459e24f370b899ec73cacce867d489e002.zip |
dev-python/configshell-fb: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/configshell-fb/configshell-fb-1.1.30.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/configshell-fb/configshell-fb-1.1.30.ebuild b/dev-python/configshell-fb/configshell-fb-1.1.30.ebuild index 60103b997714..0265aec51357 100644 --- a/dev-python/configshell-fb/configshell-fb-1.1.30.ebuild +++ b/dev-python/configshell-fb/configshell-fb-1.1.30.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 |