diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-14 20:03:54 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-14 20:15:29 +0200 |
commit | 5c6eb2898781fff74d1392b831bb76b48d874c16 (patch) | |
tree | 788deaf3a59252b7df49d7bc41bb76b41b2f099e /dev-python/dogpile-cache | |
parent | dev-python/dominate: Link py3.13 failure report (diff) | |
download | gentoo-5c6eb2898781fff74d1392b831bb76b48d874c16.tar.gz gentoo-5c6eb2898781fff74d1392b831bb76b48d874c16.tar.bz2 gentoo-5c6eb2898781fff74d1392b831bb76b48d874c16.zip |
dev-python/dogpile-cache: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/dogpile-cache')
-rw-r--r-- | dev-python/dogpile-cache/dogpile-cache-1.3.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/dogpile-cache/dogpile-cache-1.3.3.ebuild b/dev-python/dogpile-cache/dogpile-cache-1.3.3.ebuild index d4868dc80a4e..b9a1cc14e946 100644 --- a/dev-python/dogpile-cache/dogpile-cache-1.3.3.ebuild +++ b/dev-python/dogpile-cache/dogpile-cache-1.3.3.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 PYPI_PN=${PN/-/.} -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi |