summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-04-14 16:38:52 +0200
committerMichał Górny <mgorny@gentoo.org>2024-04-14 16:57:51 +0200
commitd7d570d5998c4ca02200c595b351ce1ab7566196 (patch)
treefb35e10fefcf47935c95344926887e4fde2e2450 /dev-python/dbus-next
parentdev-python/dbus-next: Fix test failure (diff)
downloadgentoo-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.ebuild2
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