diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-13 17:05:45 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-13 18:10:58 +0200 |
commit | be73013a2eb5b1bf7c9d5a83b9da52affa044fa1 (patch) | |
tree | 617fdb283446237b20050a221dc87ac9668b0024 /dev-python | |
parent | dev-python/sniffio: Enable py3.11 (diff) | |
download | gentoo-be73013a2eb5b1bf7c9d5a83b9da52affa044fa1.tar.gz gentoo-be73013a2eb5b1bf7c9d5a83b9da52affa044fa1.tar.bz2 gentoo-be73013a2eb5b1bf7c9d5a83b9da52affa044fa1.zip |
dev-python/outcome: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/outcome/outcome-1.1.0-r1.ebuild | 6 |
1 files 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 |