diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-10-27 13:29:31 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-10-27 13:29:31 +0200 |
commit | 0acc64706705cd0c28a0e902e3509526248624f3 (patch) | |
tree | da9d0918b9104e42c405cfa4fb9956f943772c71 /dev-python/requests-cache | |
parent | dev-python/nbdime: enable py3.11 (diff) | |
download | gentoo-0acc64706705cd0c28a0e902e3509526248624f3.tar.gz gentoo-0acc64706705cd0c28a0e902e3509526248624f3.tar.bz2 gentoo-0acc64706705cd0c28a0e902e3509526248624f3.zip |
dev-python/requests-cache: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/requests-cache')
-rw-r--r-- | dev-python/requests-cache/requests-cache-0.9.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/requests-cache/requests-cache-0.9.7.ebuild b/dev-python/requests-cache/requests-cache-0.9.7.ebuild index 433513eb16e4..aec67f4e949c 100644 --- a/dev-python/requests-cache/requests-cache-0.9.7.ebuild +++ b/dev-python/requests-cache/requests-cache-0.9.7.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) PYTHON_REQ_USE="sqlite" inherit distutils-r1 optfeature |