commit: 715c6a405879ec3adb8e9c172c24f86eeb963387 Author: Ian Jordan <immoloism <AT> gmail <DOT> com> AuthorDate: Tue Jul 29 00:17:21 2025 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Fri Aug 1 05:58:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=715c6a40
dev-python/django-timezone-field: enable py3.13 Test suite passes. Closes: https://bugs.gentoo.org/952329 Signed-off-by: Ian Jordan <immoloism <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43222 Closes: https://github.com/gentoo/gentoo/pull/43222 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> ...go-timezone-field-7.1.ebuild => django-timezone-field-7.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/django-timezone-field/django-timezone-field-7.1.ebuild b/dev-python/django-timezone-field/django-timezone-field-7.1-r1.ebuild similarity index 96% rename from dev-python/django-timezone-field/django-timezone-field-7.1.ebuild rename to dev-python/django-timezone-field/django-timezone-field-7.1-r1.ebuild index 8f7ffcd028be..c9fa99fd06ec 100644 --- a/dev-python/django-timezone-field/django-timezone-field-7.1.ebuild +++ b/dev-python/django-timezone-field/django-timezone-field-7.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1
