commit:     be73013a2eb5b1bf7c9d5a83b9da52affa044fa1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 13 15:05:45 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 13 16:10:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be73013a

dev-python/outcome: Enable py3.11

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/outcome/outcome-1.1.0-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/outcome/outcome-1.1.0-r1.ebuild 
b/dev-python/outcome/outcome-1.1.0-r1.ebuild
index 2be36f800610..66ea00ede959 100644
--- a/dev-python/outcome/outcome-1.1.0-r1.ebuild
+++ b/dev-python/outcome/outcome-1.1.0-r1.ebuild
@@ -4,14 +4,14 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
 
 inherit distutils-r1
 
 DESCRIPTION="Capture the outcome of Python function calls"
 HOMEPAGE="
-       https://github.com/python-trio/outcome
-       https://pypi.org/project/outcome
+       https://github.com/python-trio/outcome/
+       https://pypi.org/project/outcome/
 "
 SRC_URI="
        https://github.com/python-trio/${PN}/archive/v${PV}.tar.gz

Reply via email to