From 8e193b194b6903d356cc47558095fdbf8e858660 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Wed, 21 Aug 2024 11:45:34 +0200 Subject: [PATCH] dev-python/graphene-django: enable py3.12 Signed-off-by: Alarig Le Lay --- dev-python/graphene-django/graphene-django-2.15.0.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/graphene-django/graphene-django-2.15.0.ebuild b/dev-python/graphene-django/graphene-django-2.15.0.ebuild index 8c4f43f..586cff0 100644 --- a/dev-python/graphene-django/graphene-django-2.15.0.ebuild +++ b/dev-python/graphene-django/graphene-django-2.15.0.ebuild @@ -3,13 +3,12 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi DESCRIPTION="Graphene Django integration" HOMEPAGE="https://pypi.org/project/graphene-django/" SRC_URI="$(pypi_sdist_url --no-normalize)" -S=${WORKDIR}/${P} LICENSE="MIT" SLOT="0" @@ -27,7 +26,6 @@ DEPEND=" dev-python/text-unidecode[${PYTHON_USEDEP}] " RDEPEND="${DEPEND}" -BDEPEND="" PATCHES=( "${FILESDIR}/${P}-pytest-runner.patch"