diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-09-26 18:53:14 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-09-26 18:53:14 +0200 |
commit | 98837a914891ec82c0d0ca21d22c1119fbf5a580 (patch) | |
tree | 9eceec7bb2688b598f45d06027ba011877cc1647 /dev-python | |
parent | dev-python/unidecode: Bump to 1.3.7 (diff) | |
download | gentoo-98837a914891ec82c0d0ca21d22c1119fbf5a580.tar.gz gentoo-98837a914891ec82c0d0ca21d22c1119fbf5a580.tar.bz2 gentoo-98837a914891ec82c0d0ca21d22c1119fbf5a580.zip |
dev-python/aiostream: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/aiostream/aiostream-0.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/aiostream/aiostream-0.5.0.ebuild b/dev-python/aiostream/aiostream-0.5.0.ebuild index 792657d938fb..d07884312d93 100644 --- a/dev-python/aiostream/aiostream-0.5.0.ebuild +++ b/dev-python/aiostream/aiostream-0.5.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..11} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1 |