diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-05-27 00:25:39 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-05-27 00:40:26 +0200 |
commit | ce5aa101e163759cadebfd865d7c1d7fbe123381 (patch) | |
tree | 14e05e6a8430b8df27fce976f4640fbd0067bebe /dev-python | |
parent | dev-python/canonicaljson: enable py3.13 (diff) | |
download | gentoo-ce5aa101e163759cadebfd865d7c1d7fbe123381.tar.gz gentoo-ce5aa101e163759cadebfd865d7c1d7fbe123381.tar.bz2 gentoo-ce5aa101e163759cadebfd865d7c1d7fbe123381.zip |
dev-python/signedjson: enable py3.13
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/signedjson/signedjson-1.1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/signedjson/signedjson-1.1.4.ebuild b/dev-python/signedjson/signedjson-1.1.4.ebuild index a1b79283e894..85723f6a0c1e 100644 --- a/dev-python/signedjson/signedjson-1.1.4.ebuild +++ b/dev-python/signedjson/signedjson-1.1.4.ebuild @@ -1,10 +1,10 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 |