From 1abeacd33218608e7e951a2dd0ef3c5125ea0636 Mon Sep 17 00:00:00 2001 From: David Roman Date: Tue, 23 May 2023 23:08:51 +0200 Subject: [PATCH] dev-python/timeslot: enable py3.11 and disable py3.10 Closes: https://bugs.gentoo.org/897584 Signed-off-by: David Roman --- dev-python/timeslot/timeslot-0.1.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/timeslot/timeslot-0.1.2.ebuild b/dev-python/timeslot/timeslot-0.1.2.ebuild index 276e154bd6..240e1eb16a 100644 --- a/dev-python/timeslot/timeslot-0.1.2.ebuild +++ b/dev-python/timeslot/timeslot-0.1.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_10 pypy3 ) +PYTHON_COMPAT=( python3_11 pypy3 ) inherit distutils-r1 pypi