diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2023-05-31 17:42:31 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-31 17:49:20 +0100 |
commit | 495b0ca3cf527315a7d7736cf26ff3adc138c8aa (patch) | |
tree | 49f18009ebed148a574e970892ea80aa195dd0d2 /dev-python/oauthlib/oauthlib-3.2.2.ebuild | |
parent | dev-python/pyjwt: enable py3.12 (diff) | |
download | gentoo-495b0ca3cf527315a7d7736cf26ff3adc138c8aa.tar.gz gentoo-495b0ca3cf527315a7d7736cf26ff3adc138c8aa.tar.bz2 gentoo-495b0ca3cf527315a7d7736cf26ff3adc138c8aa.zip |
dev-python/oauthlib: enable py3.12
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/oauthlib/oauthlib-3.2.2.ebuild')
-rw-r--r-- | dev-python/oauthlib/oauthlib-3.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/oauthlib/oauthlib-3.2.2.ebuild b/dev-python/oauthlib/oauthlib-3.2.2.ebuild index 1e41223c1727..74d6c2f9c0ab 100644 --- a/dev-python/oauthlib/oauthlib-3.2.2.ebuild +++ b/dev-python/oauthlib/oauthlib-3.2.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi |