summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-25 18:00:31 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-25 18:27:03 +0200
commit43ba246ddc0df24035b701e61af1806a2fc0a8d8 (patch)
tree5beb94e63298dbf81c16e83daabcf6e330d3eae9 /dev-python
parentdev-python/pillow: Enable py3.12 (diff)
downloadgentoo-43ba246ddc0df24035b701e61af1806a2fc0a8d8.tar.gz
gentoo-43ba246ddc0df24035b701e61af1806a2fc0a8d8.tar.bz2
gentoo-43ba246ddc0df24035b701e61af1806a2fc0a8d8.zip
dev-python/wcag-contrast-ratio: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/wcag-contrast-ratio/wcag-contrast-ratio-0.9-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/wcag-contrast-ratio/wcag-contrast-ratio-0.9-r1.ebuild b/dev-python/wcag-contrast-ratio/wcag-contrast-ratio-0.9-r1.ebuild
index fdad5c27ed0a..cad974f62ad9 100644
--- a/dev-python/wcag-contrast-ratio/wcag-contrast-ratio-0.9-r1.ebuild
+++ b/dev-python/wcag-contrast-ratio/wcag-contrast-ratio-0.9-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1