summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-06-14 13:17:18 +0200
committerPetr Vaněk <arkamar@gentoo.org>2024-06-14 13:38:18 +0200
commit5b2aff74ae9f7e19c081357932fce76208de6e47 (patch)
treeb3a7e945e463382a62883a7b51857731042db1f7
parentdev-python/Levenshtein: enable py3.13 (diff)
downloadgentoo-5b2aff74ae9f7e19c081357932fce76208de6e47.tar.gz
gentoo-5b2aff74ae9f7e19c081357932fce76208de6e47.tar.bz2
gentoo-5b2aff74ae9f7e19c081357932fce76208de6e47.zip
dev-python/fuzzywuzzy: enable py3.13
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
-rw-r--r--dev-python/fuzzywuzzy/fuzzywuzzy-0.18.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/fuzzywuzzy/fuzzywuzzy-0.18.0-r1.ebuild b/dev-python/fuzzywuzzy/fuzzywuzzy-0.18.0-r1.ebuild
index bacc8e3d1aec..0406dc5a4008 100644
--- a/dev-python/fuzzywuzzy/fuzzywuzzy-0.18.0-r1.ebuild
+++ b/dev-python/fuzzywuzzy/fuzzywuzzy-0.18.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-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