diff options
author | 2024-05-17 19:22:05 +0200 | |
---|---|---|
committer | 2024-05-17 19:30:52 +0200 | |
commit | 66078f3c3b7e2a0427013a3cf90b89cf13592a53 (patch) | |
tree | 897bf5dce05c312cc13526b7f1bec38067b03380 /dev-python/enrich | |
parent | dev-python/entrypoints: Enable py3.13 (diff) | |
download | gentoo-66078f3c3b7e2a0427013a3cf90b89cf13592a53.tar.gz gentoo-66078f3c3b7e2a0427013a3cf90b89cf13592a53.tar.bz2 gentoo-66078f3c3b7e2a0427013a3cf90b89cf13592a53.zip |
dev-python/enrich: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/enrich')
-rw-r--r-- | dev-python/enrich/enrich-1.2.7-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/enrich/enrich-1.2.7-r1.ebuild b/dev-python/enrich/enrich-1.2.7-r1.ebuild index 40e7e19b5be2..7588b2fe4538 100644 --- a/dev-python/enrich/enrich-1.2.7-r1.ebuild +++ b/dev-python/enrich/enrich-1.2.7-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi |