diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-22 16:41:49 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-22 16:51:19 +0200 |
commit | cff37f7eb3830fcc59b0d7baeef0e145af47c507 (patch) | |
tree | 4748522c407d02c9caed7e6b46b9ec281ad33b3c /dev-python/oauthlib | |
parent | dev-python/requests-mock: fix test failure, add py3.11 (diff) | |
download | gentoo-cff37f7eb3830fcc59b0d7baeef0e145af47c507.tar.gz gentoo-cff37f7eb3830fcc59b0d7baeef0e145af47c507.tar.bz2 gentoo-cff37f7eb3830fcc59b0d7baeef0e145af47c507.zip |
dev-python/oauthlib: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/oauthlib')
-rw-r--r-- | dev-python/oauthlib/oauthlib-3.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/oauthlib/oauthlib-3.2.0.ebuild b/dev-python/oauthlib/oauthlib-3.2.0.ebuild index 08d73a5fcf23..0313c0f580cc 100644 --- a/dev-python/oauthlib/oauthlib-3.2.0.ebuild +++ b/dev-python/oauthlib/oauthlib-3.2.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 |