diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-18 11:04:55 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-18 11:28:59 +0200 |
commit | c652e44170e8cdde008b93a2d1912e849b181643 (patch) | |
tree | e4c88c49f0895a3d28123c1bfc13d350e79d6e6e /dev-python/sexpdata | |
parent | dev-python/sgmllib3k: Enable py3.13 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |