diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-10 17:35:01 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-10 19:00:54 +0200 |
commit | 8e5a0beca5bce08289218d3df3c46f2983bc1608 (patch) | |
tree | 0ba6a33e73e2de5c14686dc91b8e3b10c3470b68 /dev-python/aiounittest | |
parent | dev-python/wrapt: Enable py3.13 (diff) | |
download | gentoo-8e5a0beca5bce08289218d3df3c46f2983bc1608.tar.gz gentoo-8e5a0beca5bce08289218d3df3c46f2983bc1608.tar.bz2 gentoo-8e5a0beca5bce08289218d3df3c46f2983bc1608.zip |
dev-python/aiounittest: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/aiounittest')
-rw-r--r-- | dev-python/aiounittest/aiounittest-1.4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/aiounittest/aiounittest-1.4.2.ebuild b/dev-python/aiounittest/aiounittest-1.4.2.ebuild index 139259904c79..19ae7888bc6e 100644 --- a/dev-python/aiounittest/aiounittest-1.4.2.ebuild +++ b/dev-python/aiounittest/aiounittest-1.4.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 |