aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuang Rui <vowstar@gmail.com>2024-11-13 19:07:44 +0800
committerHuang Rui <vowstar@gmail.com>2024-11-13 19:09:03 +0800
commit773a39e9fd007414f45b1f81fa8e67246ec39fb3 (patch)
tree78a838056ca6277361e337bedc6f747bbc440bb5 /dev-python
parentnet-p2p/ipfs-desktop-bin:fix previous commit (diff)
downloadguru-773a39e9fd007414f45b1f81fa8e67246ec39fb3.tar.gz
guru-773a39e9fd007414f45b1f81fa8e67246ec39fb3.tar.bz2
guru-773a39e9fd007414f45b1f81fa8e67246ec39fb3.zip
dev-python/daff: enable py3.13
Signed-off-by: Huang Rui <vowstar@gmail.com>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/daff/daff-1.3.46.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/daff/daff-1.3.46.ebuild b/dev-python/daff/daff-1.3.46.ebuild
index a303fac88..50c220d2c 100644
--- a/dev-python/daff/daff-1.3.46.ebuild
+++ b/dev-python/daff/daff-1.3.46.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi