From 7b6def3a6cc0993648110fb64f039dd2eea2efe8 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 23 Jul 2023 16:44:56 +0200 Subject: dev-python/pytest-django: Enable py3.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pytest-django/pytest-django-4.5.2-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'dev-python/pytest-django') diff --git a/dev-python/pytest-django/pytest-django-4.5.2-r1.ebuild b/dev-python/pytest-django/pytest-django-4.5.2-r1.ebuild index 2a30c4eb24db..69f77ff6a7c0 100644 --- a/dev-python/pytest-django/pytest-django-4.5.2-r1.ebuild +++ b/dev-python/pytest-django/pytest-django-4.5.2-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 @@ -20,7 +20,7 @@ SRC_URI=" " LICENSE="BSD" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86" SLOT="0" RDEPEND=" @@ -30,7 +30,6 @@ RDEPEND=" BDEPEND=" >=dev-python/setuptools-scm-1.11.1[${PYTHON_USEDEP}] test? ( - dev-python/django-configurations[${PYTHON_USEDEP}] dev-python/pytest-xdist[${PYTHON_USEDEP}] ) " -- cgit v1.2.3-65-gdbad