commit: 92d854f2a84ba8e0113a092a7091822d21fc55c3 Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de> AuthorDate: Sat Sep 16 14:51:34 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Sep 18 07:39:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92d854f2
dev-python/nextinspace: enable py3.12 Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/32834 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/nextinspace/nextinspace-2.0.5.ebuild | 2 +- dev-python/nextinspace/nextinspace-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/nextinspace/nextinspace-2.0.5.ebuild b/dev-python/nextinspace/nextinspace-2.0.5.ebuild index f34a21b524c9..eae473198e24 100644 --- a/dev-python/nextinspace/nextinspace-2.0.5.ebuild +++ b/dev-python/nextinspace/nextinspace-2.0.5.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 DESCRIPTION="A command-line tool for seeing the latest in space" diff --git a/dev-python/nextinspace/nextinspace-9999.ebuild b/dev-python/nextinspace/nextinspace-9999.ebuild index 81347649c9dc..e944c1cc82a7 100644 --- a/dev-python/nextinspace/nextinspace-9999.ebuild +++ b/dev-python/nextinspace/nextinspace-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 DESCRIPTION="A command-line tool for seeing the latest in space"
