diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-04-14 16:38:52 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-04-14 16:57:51 +0200 |
commit | d7d570d5998c4ca02200c595b351ce1ab7566196 (patch) | |
tree | fb35e10fefcf47935c95344926887e4fde2e2450 /dev-python/dbus-next | |
parent | dev-python/dbus-next: Fix test failure (diff) | |
download | gentoo-d7d570d5998c4ca02200c595b351ce1ab7566196.tar.gz gentoo-d7d570d5998c4ca02200c595b351ce1ab7566196.tar.bz2 gentoo-d7d570d5998c4ca02200c595b351ce1ab7566196.zip |
dev-python/dbus-next: Enable py3.12
Closes: https://bugs.gentoo.org/929448
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/dbus-next')
-rw-r--r-- | dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild b/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild index 85f9bb29193f..9a4dfb15d412 100644 --- a/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild +++ b/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 virtualx |