diff options
author | 2024-06-13 21:03:39 +0200 | |
---|---|---|
committer | 2024-06-13 21:18:22 +0200 | |
commit | 634c965a5a11a4f515a385ccc303cea2dfe5acc8 (patch) | |
tree | a42414cccc115bf4880df1bf7e27894097b12c4a /dev-python/cli-helpers/cli-helpers-2.3.1.ebuild | |
parent | app-containers/containers-image: drop 5.29.0 (diff) | |
download | gentoo-634c965a5a11a4f515a385ccc303cea2dfe5acc8.tar.gz gentoo-634c965a5a11a4f515a385ccc303cea2dfe5acc8.tar.bz2 gentoo-634c965a5a11a4f515a385ccc303cea2dfe5acc8.zip |
dev-python/cli-helpers: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cli-helpers/cli-helpers-2.3.1.ebuild')
-rw-r--r-- | dev-python/cli-helpers/cli-helpers-2.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cli-helpers/cli-helpers-2.3.1.ebuild b/dev-python/cli-helpers/cli-helpers-2.3.1.ebuild index 9b0423e7e484..117abf00bd53 100644 --- a/dev-python/cli-helpers/cli-helpers-2.3.1.ebuild +++ b/dev-python/cli-helpers/cli-helpers-2.3.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 |