commit:     df01896461dd3c8e08bd2ed918e9c13b2e84f407
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  7 13:04:58 2023 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Aug  7 13:04:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df018964

dev-python/pgzero: Drop Python 3.9 + 3.10, add Python 3.12

The tests reportedly fail under 3.10. They work fine for me under 3.11 and 3.12,
so I'm dropping the older versions in the hope that this will help.

Closes: https://bugs.gentoo.org/911779
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 dev-python/pgzero/pgzero-1.2.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pgzero/pgzero-1.2.1-r2.ebuild 
b/dev-python/pgzero/pgzero-1.2.1-r2.ebuild
index 8b2903c837aa..814cb18b36a0 100644
--- a/dev-python/pgzero/pgzero-1.2.1-r2.ebuild
+++ b/dev-python/pgzero/pgzero-1.2.1-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{11..12} )
 inherit distutils-r1
 
 MY_PV="${PV/_p/.post}"

Reply via email to