diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-25 20:44:53 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-25 21:01:46 +0300 |
commit | dcb16e61630c7203432a27e4a53ae1f85a4e1ec2 (patch) | |
tree | 8529d8c61439e365dc0438e005a4392ae2cc50cd /dev-python/crashtest | |
parent | dev-python/crashtest: EAPI=8, Use PEP517 build (diff) | |
download | gentoo-dcb16e61630c7203432a27e4a53ae1f85a4e1ec2.tar.gz gentoo-dcb16e61630c7203432a27e4a53ae1f85a4e1ec2.tar.bz2 gentoo-dcb16e61630c7203432a27e4a53ae1f85a4e1ec2.zip |
dev-python/crashtest: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/crashtest')
-rw-r--r-- | dev-python/crashtest/crashtest-0.3.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/crashtest/crashtest-0.3.1-r1.ebuild b/dev-python/crashtest/crashtest-0.3.1-r1.ebuild index 4ad830f6d949..b1028d3a233f 100644 --- a/dev-python/crashtest/crashtest-0.3.1-r1.ebuild +++ b/dev-python/crashtest/crashtest-0.3.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 DESCRIPTION="Python library that makes exceptions handling and inspection easier" |