diff options
| author | Michał Górny <mgorny@gentoo.org> | 2024-06-11 15:37:59 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2024-06-11 15:37:59 +0200 |
| commit | 059da22264f8acfdd34f987a441f4518be872130 (patch) | |
| tree | f7794eea9037ce55aa812d6fdb4456c581a097c2 /dev-python | |
| parent | ffc7730b8467bf24ca82a25111855fd3a64f4eed (diff) | |
| download | gentoo-059da22264f8acfdd34f987a441f4518be872130.tar.gz gentoo-059da22264f8acfdd34f987a441f4518be872130.tar.bz2 gentoo-059da22264f8acfdd34f987a441f4518be872130.zip | |
dev-python/cliff: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/cliff/cliff-4.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cliff/cliff-4.7.0.ebuild b/dev-python/cliff/cliff-4.7.0.ebuild index b34332693c8e..e2b30c9a5d9e 100644 --- a/dev-python/cliff/cliff-4.7.0.ebuild +++ b/dev-python/cliff/cliff-4.7.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi |
