diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-18 08:17:16 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-18 08:17:16 +0200 |
commit | 968435040bdcd8700dccc7d538dfa4a986871074 (patch) | |
tree | 44e38204d089e0df820f755ea9c9cc2ddafb2534 /dev-python/nest-asyncio | |
parent | dev-python/netifaces: Enable py3.13 (diff) | |
download | gentoo-968435040bdcd8700dccc7d538dfa4a986871074.tar.gz gentoo-968435040bdcd8700dccc7d538dfa4a986871074.tar.bz2 gentoo-968435040bdcd8700dccc7d538dfa4a986871074.zip |
dev-python/nest-asyncio: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/nest-asyncio')
-rw-r--r-- | dev-python/nest-asyncio/nest-asyncio-1.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/nest-asyncio/nest-asyncio-1.6.0.ebuild b/dev-python/nest-asyncio/nest-asyncio-1.6.0.ebuild index 4d256ae5774b..33eb3f148de0 100644 --- a/dev-python/nest-asyncio/nest-asyncio-1.6.0.ebuild +++ b/dev-python/nest-asyncio/nest-asyncio-1.6.0.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 pypi |