diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-20 19:57:54 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-20 20:07:13 +0200 |
commit | f729e23adcc2233e354c50f5a7ed67028dfe502a (patch) | |
tree | 557520d2f801cff99e827559a6d39a8810c8f608 /dev-python/llfuse | |
parent | dev-python/libvirt-python: Enable py3.13 (diff) | |
download | gentoo-f729e23adcc2233e354c50f5a7ed67028dfe502a.tar.gz gentoo-f729e23adcc2233e354c50f5a7ed67028dfe502a.tar.bz2 gentoo-f729e23adcc2233e354c50f5a7ed67028dfe502a.zip |
dev-python/llfuse: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/llfuse')
-rw-r--r-- | dev-python/llfuse/llfuse-1.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/llfuse/llfuse-1.5.0.ebuild b/dev-python/llfuse/llfuse-1.5.0.ebuild index ff89a2a3ce4f..ad33c51e4923 100644 --- a/dev-python/llfuse/llfuse-1.5.0.ebuild +++ b/dev-python/llfuse/llfuse-1.5.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 pypi |