diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-11 15:35:24 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-11 15:35:24 +0200 |
commit | e046e5c559f90ba9a7c024c770b031f381476da0 (patch) | |
tree | 7ffcb58cb0193ef30b798b7642c7f78691a28941 /dev-python/cmd2 | |
parent | dev-python/pyperclip: Enable py3.13 (diff) | |
download | gentoo-e046e5c559f90ba9a7c024c770b031f381476da0.tar.gz gentoo-e046e5c559f90ba9a7c024c770b031f381476da0.tar.bz2 gentoo-e046e5c559f90ba9a7c024c770b031f381476da0.zip |
dev-python/cmd2: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cmd2')
-rw-r--r-- | dev-python/cmd2/cmd2-2.4.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/cmd2/cmd2-2.4.3.ebuild b/dev-python/cmd2/cmd2-2.4.3.ebuild index f953f66e3566..0f826a16aea2 100644 --- a/dev-python/cmd2/cmd2-2.4.3.ebuild +++ b/dev-python/cmd2/cmd2-2.4.3.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 virtualx pypi |