dev-python/types-requests: enable py3.11

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri 2022-05-28 23:29:44 +02:00
parent 964108c6be
commit 28a56b1364
No known key found for this signature in database
GPG Key ID: 4E4140121372C837

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} pypy3 )
PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1