diff options
author | Alfred Wingate <parona@protonmail.com> | 2023-10-13 16:55:42 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-30 20:00:54 +0100 |
commit | ec191f586449acedddc27f39ab7560678875c80e (patch) | |
tree | b366a2a2d7d42f3f678ee7107473db463e6ba23d /dev-python/unasync | |
parent | dev-python/sqlalchemy: Bump to 1.4.50 (diff) | |
download | gentoo-ec191f586449acedddc27f39ab7560678875c80e.tar.gz gentoo-ec191f586449acedddc27f39ab7560678875c80e.tar.bz2 gentoo-ec191f586449acedddc27f39ab7560678875c80e.zip |
dev-python/unasync: enable py3.12
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/unasync')
-rw-r--r-- | dev-python/unasync/unasync-0.5.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/unasync/unasync-0.5.0-r1.ebuild b/dev-python/unasync/unasync-0.5.0-r1.ebuild index f3a903b9fb11..11ff28efbe29 100644 --- a/dev-python/unasync/unasync-0.5.0-r1.ebuild +++ b/dev-python/unasync/unasync-0.5.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 DESCRIPTION="The async transformation code" |