commit: b68a3f0bf5cd0e24e6ed72d267dcedd3d5abe5fc Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Tue May 14 19:18:29 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Tue May 14 19:18:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b68a3f0b
dev-python/tweepy: enable py3.12 Closes: https://bugs.gentoo.org/931436 Signed-off-by: Julien Roy <julien <AT> jroy.ca> dev-python/tweepy/tweepy-4.14.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/tweepy/tweepy-4.14.0.ebuild b/dev-python/tweepy/tweepy-4.14.0.ebuild index 9839a91ddd..9a6686f586 100644 --- a/dev-python/tweepy/tweepy-4.14.0.ebuild +++ b/dev-python/tweepy/tweepy-4.14.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_11 ) +PYTHON_COMPAT=( python3_{11..12} ) inherit distutils-r1
