summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-06-01 08:29:53 +0100
committerSam James <sam@gentoo.org>2022-06-01 08:29:53 +0100
commit60756c778712b281535c31d251dd89f956dd6717 (patch)
tree24b017487f14ceb81b76c0830e4bf941fe32348d /dev-python/twython
parentdev-python/requests-oauthlib: enable py3.11 (diff)
downloadgentoo-60756c778712b281535c31d251dd89f956dd6717.tar.gz
gentoo-60756c778712b281535c31d251dd89f956dd6717.tar.bz2
gentoo-60756c778712b281535c31d251dd89f956dd6717.zip
dev-python/twython: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/twython')
-rw-r--r--dev-python/twython/twython-3.9.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/twython/twython-3.9.1-r1.ebuild b/dev-python/twython/twython-3.9.1-r1.ebuild
index b2e6b5cb4936..cf9ff0e450af 100644
--- a/dev-python/twython/twython-3.9.1-r1.ebuild
+++ b/dev-python/twython/twython-3.9.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1