summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2023-08-07 14:04:58 +0100
committerJames Le Cuirot <chewi@gentoo.org>2023-08-07 14:04:58 +0100
commitdf01896461dd3c8e08bd2ed918e9c13b2e84f407 (patch)
treeeb5aedfc2b5a5f5a93bfac7dae976f04e87c11cb /dev-python/pgzero
parentwww-client/firefox: update patch set for 116.0 (diff)
downloadgentoo-df01896461dd3c8e08bd2ed918e9c13b2e84f407.tar.gz
gentoo-df01896461dd3c8e08bd2ed918e9c13b2e84f407.tar.bz2
gentoo-df01896461dd3c8e08bd2ed918e9c13b2e84f407.zip
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@gentoo.org>
Diffstat (limited to 'dev-python/pgzero')
-rw-r--r--dev-python/pgzero/pgzero-1.2.1-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
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}"