summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-11 12:28:31 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-11 13:03:06 +0200
commit2141c311865e52b7375332b950fc8f316bea4abe (patch)
treede08d0ae653f2dc9d7b0ed38ad84a1e09b00bffd /dev-python/wcag-contrast-ratio
parentdev-python/colorama: Enable py3.13 (diff)
downloadgentoo-2141c311865e52b7375332b950fc8f316bea4abe.tar.gz
gentoo-2141c311865e52b7375332b950fc8f316bea4abe.tar.bz2
gentoo-2141c311865e52b7375332b950fc8f316bea4abe.zip
dev-python/wcag-contrast-ratio: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/wcag-contrast-ratio')
-rw-r--r--dev-python/wcag-contrast-ratio/wcag-contrast-ratio-0.9-r1.ebuild4
1 files changed, 2 insertions, 2 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 cad974f62ad9..a305a69b6a53 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
@@ -1,10 +1,10 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1