summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-06-03 19:41:41 +0200
committerMichał Górny <mgorny@gentoo.org>2023-06-03 19:45:45 +0200
commitb1d9a4835d551c12417bd5016df4133b287ed5c1 (patch)
treef0b9f65985cb29b22e9a8680e45bf272ce885a77 /dev-python/pyproject-api
parentdev-python/pymediainfo: Enable py3.12 (diff)
downloadgentoo-b1d9a4835d551c12417bd5016df4133b287ed5c1.tar.gz
gentoo-b1d9a4835d551c12417bd5016df4133b287ed5c1.tar.bz2
gentoo-b1d9a4835d551c12417bd5016df4133b287ed5c1.zip
dev-python/pyproject-api: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyproject-api')
-rw-r--r--dev-python/pyproject-api/pyproject-api-1.5.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyproject-api/pyproject-api-1.5.1.ebuild b/dev-python/pyproject-api/pyproject-api-1.5.1.ebuild
index c9bfc50f8b5b..c4ca49c47427 100644
--- a/dev-python/pyproject-api/pyproject-api-1.5.1.ebuild
+++ b/dev-python/pyproject-api/pyproject-api-1.5.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit distutils-r1 pypi