commit: 9c382e5b971a7ceedfc20c9bbeb190b078d6ce05 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sun Apr 9 07:50:26 2023 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sun Apr 9 07:50:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c382e5b
dev-python/pushbullet-py: enable py3.11 Closes: https://github.com/mgorny/python-bump-testing/issues/46 Closes: https://bugs.gentoo.org/896818 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-python/pushbullet-py/pushbullet-py-0.12.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pushbullet-py/pushbullet-py-0.12.0-r1.ebuild b/dev-python/pushbullet-py/pushbullet-py-0.12.0-r1.ebuild index f79bfab28ded..4557f22d66b9 100644 --- a/dev-python/pushbullet-py/pushbullet-py-0.12.0-r1.ebuild +++ b/dev-python/pushbullet-py/pushbullet-py-0.12.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{9..10} ) +PYTHON_COMPAT=( pypy3 python3_{9..11} ) inherit distutils-r1
