diff options
author | 2025-02-08 15:50:25 -0800 | |
---|---|---|
committer | 2025-02-09 14:44:18 -0800 | |
commit | a4a97fd6f86fb407631e30fc9958b85f23959914 (patch) | |
tree | 901891efb7058c59009a2965a77b45999dfec4e3 /app-admin | |
parent | dev-util/imediff: Version bump to 3.4.0 (diff) | |
download | gentoo-a4a97fd6f86fb407631e30fc9958b85f23959914.tar.gz gentoo-a4a97fd6f86fb407631e30fc9958b85f23959914.tar.bz2 gentoo-a4a97fd6f86fb407631e30fc9958b85f23959914.zip |
app-admin/setools: enable py3.13
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/setools/setools-4.5.1.ebuild | 2 | ||||
-rw-r--r-- | app-admin/setools/setools-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/setools/setools-4.5.1.ebuild b/app-admin/setools/setools-4.5.1.ebuild index 3bf6621425a8..026a341e6caf 100644 --- a/app-admin/setools/setools-4.5.1.ebuild +++ b/app-admin/setools/setools-4.5.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 diff --git a/app-admin/setools/setools-9999.ebuild b/app-admin/setools/setools-9999.ebuild index c7c56b0bb408..052075285d71 100644 --- a/app-admin/setools/setools-9999.ebuild +++ b/app-admin/setools/setools-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 |