commit: 1abeacd33218608e7e951a2dd0ef3c5125ea0636 Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Tue May 23 21:08:51 2023 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Tue May 23 21:08:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1abeacd3
dev-python/timeslot: enable py3.11 and disable py3.10 Closes: https://bugs.gentoo.org/897584 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> 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 276e154bd..240e1eb16 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