diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-26 23:11:29 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-26 23:26:18 +0300 |
commit | 07ce9f122563a857987623f114003a9b4e4e7bac (patch) | |
tree | 21093106cc134b0700f9b11394ccf1443a3f2697 /dev-python/async-timeout | |
parent | dev-python/cachetools: enable py3.12 (diff) | |
download | gentoo-07ce9f122563a857987623f114003a9b4e4e7bac.tar.gz gentoo-07ce9f122563a857987623f114003a9b4e4e7bac.tar.bz2 gentoo-07ce9f122563a857987623f114003a9b4e4e7bac.zip |
dev-python/async-timeout: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/async-timeout')
-rw-r--r-- | dev-python/async-timeout/async-timeout-4.0.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/async-timeout/async-timeout-4.0.2-r1.ebuild b/dev-python/async-timeout/async-timeout-4.0.2-r1.ebuild index 080a9b77be95..9d5e30b33cd5 100644 --- a/dev-python/async-timeout/async-timeout-4.0.2-r1.ebuild +++ b/dev-python/async-timeout/async-timeout-4.0.2-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi |