summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 17:43:21 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 17:43:56 +0200
commitb883731feada3f33d46154a9d8b195083a54a4f5 (patch)
treef9efe6b20de4a2472bbd104ec089c0b459cd1653
parentdev-python/configobj: Enable py3.13 (diff)
downloadgentoo-b883731feada3f33d46154a9d8b195083a54a4f5.tar.gz
gentoo-b883731feada3f33d46154a9d8b195083a54a4f5.tar.bz2
gentoo-b883731feada3f33d46154a9d8b195083a54a4f5.zip
dev-python/confusable-homoglyphs: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/confusable-homoglyphs/confusable-homoglyphs-3.3.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/confusable-homoglyphs/confusable-homoglyphs-3.3.1.ebuild b/dev-python/confusable-homoglyphs/confusable-homoglyphs-3.3.1.ebuild
index cc82b86b0e2e..b127a4ac6d52 100644
--- a/dev-python/confusable-homoglyphs/confusable-homoglyphs-3.3.1.ebuild
+++ b/dev-python/confusable-homoglyphs/confusable-homoglyphs-3.3.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi