summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-29 13:43:21 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-29 14:00:47 +0200
commitabfb562287e035cb7aa48ce60a7d0c07b3d21f22 (patch)
tree7e33ebb1561798ba57e584b33654d90c1ba4f81a /dev-python
parentdev-python/pytest-httpserver: Enable py3.12 (diff)
downloadgentoo-abfb562287e035cb7aa48ce60a7d0c07b3d21f22.tar.gz
gentoo-abfb562287e035cb7aa48ce60a7d0c07b3d21f22.tar.bz2
gentoo-abfb562287e035cb7aa48ce60a7d0c07b3d21f22.zip
dev-python/betamax: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/betamax/betamax-0.8.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/betamax/betamax-0.8.1-r1.ebuild b/dev-python/betamax/betamax-0.8.1-r1.ebuild
index 1d5e07b9aec5..716d37120f0d 100644
--- a/dev-python/betamax/betamax-0.8.1-r1.ebuild
+++ b/dev-python/betamax/betamax-0.8.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi