diff options
author | 2024-05-14 15:18:29 -0400 | |
---|---|---|
committer | 2024-05-14 15:18:29 -0400 | |
commit | b68a3f0bf5cd0e24e6ed72d267dcedd3d5abe5fc (patch) | |
tree | c71300c1e847785b8fe15512e2089344f8fbe912 /dev-python/tweepy | |
parent | dev-python/trailrunner: enable py3.12 (diff) | |
download | guru-b68a3f0bf5cd0e24e6ed72d267dcedd3d5abe5fc.tar.gz guru-b68a3f0bf5cd0e24e6ed72d267dcedd3d5abe5fc.tar.bz2 guru-b68a3f0bf5cd0e24e6ed72d267dcedd3d5abe5fc.zip |
dev-python/tweepy: enable py3.12
Closes: https://bugs.gentoo.org/931436
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'dev-python/tweepy')
-rw-r--r-- | dev-python/tweepy/tweepy-4.14.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tweepy/tweepy-4.14.0.ebuild b/dev-python/tweepy/tweepy-4.14.0.ebuild index 9839a91dd..9a6686f58 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 |