commit: bafec47d9bb8403e7fe08477eedfedc649f3e7a1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 17 13:43:48 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 17 13:43:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bafec47d
dev-python/django-filter: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/django-filter/django-filter-23.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/django-filter/django-filter-23.3.ebuild
b/dev-python/django-filter/django-filter-23.3.ebuild
index a3c5da1ca1c3..0769ae71ed93 100644
--- a/dev-python/django-filter/django-filter-23.3.ebuild
+++ b/dev-python/django-filter/django-filter-23.3.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1