summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-13 21:04:46 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-13 21:18:23 +0200
commitb03c32451f98125c47f3d36dcb07563342be8a68 (patch)
treea038f7e4fd42a0a58b2263d3067e18d8aacf5d1b /dev-python/csscompressor
parentdev-python/cli-helpers: Enable py3.13 (diff)
downloadgentoo-b03c32451f98125c47f3d36dcb07563342be8a68.tar.gz
gentoo-b03c32451f98125c47f3d36dcb07563342be8a68.tar.bz2
gentoo-b03c32451f98125c47f3d36dcb07563342be8a68.zip
dev-python/csscompressor: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/csscompressor')
-rw-r--r--dev-python/csscompressor/csscompressor-0.9.5-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/csscompressor/csscompressor-0.9.5-r2.ebuild b/dev-python/csscompressor/csscompressor-0.9.5-r2.ebuild
index 447d4596b355..4823dd82ac69 100644
--- a/dev-python/csscompressor/csscompressor-0.9.5-r2.ebuild
+++ b/dev-python/csscompressor/csscompressor-0.9.5-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-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 pypi