summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 12:44:29 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 13:11:17 +0200
commitd04ba6d25a118bd68915a2e8bbd5aa2f6c5f64f7 (patch)
tree9bd90fad28e4b8a6ca0d1edc754312c51e22c186 /dev-python/url-normalize/url-normalize-1.4.3-r1.ebuild
parentdev-python/unidiff: Enable py3.13 (diff)
downloadgentoo-d04ba6d25a118bd68915a2e8bbd5aa2f6c5f64f7.tar.gz
gentoo-d04ba6d25a118bd68915a2e8bbd5aa2f6c5f64f7.tar.bz2
gentoo-d04ba6d25a118bd68915a2e8bbd5aa2f6c5f64f7.zip
dev-python/url-normalize: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/url-normalize/url-normalize-1.4.3-r1.ebuild')
-rw-r--r--dev-python/url-normalize/url-normalize-1.4.3-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/url-normalize/url-normalize-1.4.3-r1.ebuild b/dev-python/url-normalize/url-normalize-1.4.3-r1.ebuild
index 931369e675d7..e054fcb068e8 100644
--- a/dev-python/url-normalize/url-normalize-1.4.3-r1.ebuild
+++ b/dev-python/url-normalize/url-normalize-1.4.3-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=poetry
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1