commit: 236661507afba5cbc87ac3630bc7491fda1e994f Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Mon Jun 10 19:44:06 2024 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Mon Jun 10 20:02:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23666150
dev-python/mypy_extensions: enable py3.13 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> dev-python/mypy_extensions/mypy_extensions-1.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/mypy_extensions/mypy_extensions-1.0.0.ebuild b/dev-python/mypy_extensions/mypy_extensions-1.0.0.ebuild index 5fd9ea621a87..30ea4b0009c3 100644 --- a/dev-python/mypy_extensions/mypy_extensions-1.0.0.ebuild +++ b/dev-python/mypy_extensions/mypy_extensions-1.0.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1