diff options
author | 2024-05-09 20:55:22 +0200 | |
---|---|---|
committer | 2024-05-09 21:05:33 +0200 | |
commit | 312bc81056c8ba8b7504fcbc6cf103123e00c623 (patch) | |
tree | a4c527700afa8d30b5b147c34e05e1aae36669e6 /dev-python/u-msgpack-python | |
parent | dev-python/webencodings: Enable py3.13 (diff) | |
download | gentoo-312bc81056c8ba8b7504fcbc6cf103123e00c623.tar.gz gentoo-312bc81056c8ba8b7504fcbc6cf103123e00c623.tar.bz2 gentoo-312bc81056c8ba8b7504fcbc6cf103123e00c623.zip |
dev-python/u-msgpack-python: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/u-msgpack-python')
-rw-r--r-- | dev-python/u-msgpack-python/u-msgpack-python-2.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/u-msgpack-python/u-msgpack-python-2.8.0.ebuild b/dev-python/u-msgpack-python/u-msgpack-python-2.8.0.ebuild index 90987bc3c53f..576445cf9b5d 100644 --- a/dev-python/u-msgpack-python/u-msgpack-python-2.8.0.ebuild +++ b/dev-python/u-msgpack-python/u-msgpack-python-2.8.0.ebuild @@ -1,11 +1,11 @@ -# 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 PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 pypi |