summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfred Wingate <parona@protonmail.com>2023-10-13 16:55:42 +0300
committerMichał Górny <mgorny@gentoo.org>2023-10-30 20:00:54 +0100
commitec191f586449acedddc27f39ab7560678875c80e (patch)
treeb366a2a2d7d42f3f678ee7107473db463e6ba23d
parentdev-python/sqlalchemy: Bump to 1.4.50 (diff)
downloadgentoo-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>
-rw-r--r--dev-python/unasync/unasync-0.5.0-r1.ebuild2
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"