diff options
author | 2023-10-27 20:26:46 +0200 | |
---|---|---|
committer | 2023-10-27 20:26:46 +0200 | |
commit | c892698dc1d95101e8a3e7ad52ea21d2cbfece81 (patch) | |
tree | aad31ea73185a85afa0443b12ef1aa7d745978d7 /dev-python/xkbcommon | |
parent | dev-python/warlock: Enable py3.12 (diff) | |
download | gentoo-c892698dc1d95101e8a3e7ad52ea21d2cbfece81.tar.gz gentoo-c892698dc1d95101e8a3e7ad52ea21d2cbfece81.tar.bz2 gentoo-c892698dc1d95101e8a3e7ad52ea21d2cbfece81.zip |
dev-python/xkbcommon: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/xkbcommon')
-rw-r--r-- | dev-python/xkbcommon/xkbcommon-0.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/xkbcommon/xkbcommon-0.8.ebuild b/dev-python/xkbcommon/xkbcommon-0.8.ebuild index 7055c24334cc..1ca6444edeeb 100644 --- a/dev-python/xkbcommon/xkbcommon-0.8.ebuild +++ b/dev-python/xkbcommon/xkbcommon-0.8.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 |