commit: 4fd6e12c58df295c1f975f60466d9b87ed828012
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Thu May 6 09:57:04 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 6 11:19:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fd6e12c
dev-python/crashtest: Port to python3.10
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/crashtest/crashtest-0.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/crashtest/crashtest-0.3.1.ebuild
b/dev-python/crashtest/crashtest-0.3.1.ebuild
index a87ed8e8bbc..6fc98de916f 100644
--- a/dev-python/crashtest/crashtest-0.3.1.ebuild
+++ b/dev-python/crashtest/crashtest-0.3.1.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1
DESCRIPTION="Python library that makes exceptions handling and inspection
easier"