diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-18 12:44:43 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-18 13:11:28 +0200 |
commit | 70b5d5f95849f8d3435f1fb681ddb122a89f8544 (patch) | |
tree | d54064122e9859f1b06888749376a50160583d24 /dev-python/whatever | |
parent | dev-python/wcwidth: Enable py3.13 (diff) | |
download | gentoo-70b5d5f95849f8d3435f1fb681ddb122a89f8544.tar.gz gentoo-70b5d5f95849f8d3435f1fb681ddb122a89f8544.tar.bz2 gentoo-70b5d5f95849f8d3435f1fb681ddb122a89f8544.zip |
dev-python/whatever: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/whatever')
-rw-r--r-- | dev-python/whatever/whatever-0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/whatever/whatever-0.7.ebuild b/dev-python/whatever/whatever-0.7.ebuild index cd741e55978d..774978105774 100644 --- a/dev-python/whatever/whatever-0.7.ebuild +++ b/dev-python/whatever/whatever-0.7.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=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 |