diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2023-09-16 16:51:34 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-18 08:39:26 +0100 |
commit | 92d854f2a84ba8e0113a092a7091822d21fc55c3 (patch) | |
tree | bcad2e0575a77f379be764cbe5fca7799bcc0f9c /dev-python/nextinspace | |
parent | dev-python/pefile: disable py3.9 (diff) | |
download | gentoo-92d854f2a84ba8e0113a092a7091822d21fc55c3.tar.gz gentoo-92d854f2a84ba8e0113a092a7091822d21fc55c3.tar.bz2 gentoo-92d854f2a84ba8e0113a092a7091822d21fc55c3.zip |
dev-python/nextinspace: enable py3.12
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/32834
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/nextinspace')
-rw-r--r-- | dev-python/nextinspace/nextinspace-2.0.5.ebuild | 2 | ||||
-rw-r--r-- | 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" |