diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-18 12:44:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-18 13:11:29 +0200 |
commit | 576f4b98f9570ef6c1545e21e60e38fb6f4bc425 (patch) | |
tree | 6f4ad49c5edaf3e04085ed709453ed34c1b5ca2e /dev-python/warlock | |
parent | dev-python/whatever: Enable py3.13 (diff) | |
download | gentoo-576f4b98f9570ef6c1545e21e60e38fb6f4bc425.tar.gz gentoo-576f4b98f9570ef6c1545e21e60e38fb6f4bc425.tar.bz2 gentoo-576f4b98f9570ef6c1545e21e60e38fb6f4bc425.zip |
dev-python/warlock: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/warlock')
-rw-r--r-- | dev-python/warlock/warlock-2.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/warlock/warlock-2.0.1.ebuild b/dev-python/warlock/warlock-2.0.1.ebuild index ad2d2e78b32f..dc86d7b66290 100644 --- a/dev-python/warlock/warlock-2.0.1.ebuild +++ b/dev-python/warlock/warlock-2.0.1.ebuild @@ -1,10 +1,10 @@ -# 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=poetry -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 |