From a8b2ae5b3da4d945af7be46fe4e4d8b97ae66403 Mon Sep 17 00:00:00 2001 From: David Roman Date: Wed, 8 May 2024 12:42:06 +0200 Subject: [PATCH] dev-python/timeslot: enable py3.12 Closes: https://bugs.gentoo.org/931434 Signed-off-by: David Roman --- dev-python/timeslot/timeslot-0.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/timeslot/timeslot-0.1.2.ebuild b/dev-python/timeslot/timeslot-0.1.2.ebuild index 8745a96051..12530996eb 100644 --- a/dev-python/timeslot/timeslot-0.1.2.ebuild +++ b/dev-python/timeslot/timeslot-0.1.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{10..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi