summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 11:04:55 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 11:28:59 +0200
commitc652e44170e8cdde008b93a2d1912e849b181643 (patch)
treee4c88c49f0895a3d28123c1bfc13d350e79d6e6e /dev-python/sexpdata
parentdev-python/sgmllib3k: Enable py3.13 (diff)
downloadgentoo-c652e44170e8cdde008b93a2d1912e849b181643.tar.gz
gentoo-c652e44170e8cdde008b93a2d1912e849b181643.tar.bz2
gentoo-c652e44170e8cdde008b93a2d1912e849b181643.zip
dev-python/sexpdata: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sexpdata')
-rw-r--r--dev-python/sexpdata/sexpdata-1.0.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sexpdata/sexpdata-1.0.2.ebuild b/dev-python/sexpdata/sexpdata-1.0.2.ebuild
index 1b50c712d956..ea1ce8fd1842 100644
--- a/dev-python/sexpdata/sexpdata-1.0.2.ebuild
+++ b/dev-python/sexpdata/sexpdata-1.0.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1