diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-15 15:23:02 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-15 16:44:56 +0300 |
commit | ddc17a2151c33fbe2354ad89225612110be6ee0b (patch) | |
tree | 7df9f39c15857965f8bcb38f44c2e59660ed7205 /dev-python/diskcache | |
parent | net-misc/telnet-bsd: fix RDEPEND (diff) | |
download | gentoo-ddc17a2151c33fbe2354ad89225612110be6ee0b.tar.gz gentoo-ddc17a2151c33fbe2354ad89225612110be6ee0b.tar.bz2 gentoo-ddc17a2151c33fbe2354ad89225612110be6ee0b.zip |
dev-python/diskcache: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/diskcache')
-rw-r--r-- | dev-python/diskcache/diskcache-5.4.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/diskcache/diskcache-5.4.0-r1.ebuild b/dev-python/diskcache/diskcache-5.4.0-r1.ebuild index 41c26e65f9d8..f56af6fffe76 100644 --- a/dev-python/diskcache/diskcache-5.4.0-r1.ebuild +++ b/dev-python/diskcache/diskcache-5.4.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) PYTHON_REQ_USE="sqlite" inherit distutils-r1 |