diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-18 11:04:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-18 11:28:57 +0200 |
commit | 8af3d3075eca9338219c6d8fcc8457ca12c0f75e (patch) | |
tree | 7ae8d45b1776e7099d60eafb95596bcc589b4776 /dev-python/send2trash | |
parent | dev-python/schema: Enable py3.13 (diff) | |
download | gentoo-8af3d3075eca9338219c6d8fcc8457ca12c0f75e.tar.gz gentoo-8af3d3075eca9338219c6d8fcc8457ca12c0f75e.tar.bz2 gentoo-8af3d3075eca9338219c6d8fcc8457ca12c0f75e.zip |
dev-python/send2trash: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/send2trash')
-rw-r--r-- | dev-python/send2trash/send2trash-1.8.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/send2trash/send2trash-1.8.3.ebuild b/dev-python/send2trash/send2trash-1.8.3.ebuild index b857080fec6a..14befca8d91d 100644 --- a/dev-python/send2trash/send2trash-1.8.3.ebuild +++ b/dev-python/send2trash/send2trash-1.8.3.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 PYPI_PN=Send2Trash -PYTHON_COMPAT=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 pypi |