diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2024-09-20 23:22:27 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-09-21 07:13:50 +0200 |
commit | 483a75e5b284f2613eaf34b8c38904be3c49bd2d (patch) | |
tree | ff1e0578f419741f72d9827caa5ec0e14e99f202 /dev-python/nextinspace | |
parent | dev-python/nextinspace: migrate to dev-python/pytest-lazy-fixtures (diff) | |
download | gentoo-483a75e5b284f2613eaf34b8c38904be3c49bd2d.tar.gz gentoo-483a75e5b284f2613eaf34b8c38904be3c49bd2d.tar.bz2 gentoo-483a75e5b284f2613eaf34b8c38904be3c49bd2d.zip |
dev-python/nextinspace: enable py3.13
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/nextinspace')
-rw-r--r-- | dev-python/nextinspace/nextinspace-2.0.5-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/nextinspace/nextinspace-2.0.5-r1.ebuild b/dev-python/nextinspace/nextinspace-2.0.5-r1.ebuild index 62c30c668261..bb014fe9d684 100644 --- a/dev-python/nextinspace/nextinspace-2.0.5-r1.ebuild +++ b/dev-python/nextinspace/nextinspace-2.0.5-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 DESCRIPTION="A command-line tool for seeing the latest in space" |