summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 10:13:00 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 10:36:01 +0200
commit1e833ab7622c46c6b3fd9d23e0af2c2ba42e8419 (patch)
treeae9b2d07b14a73744919d76c6aa021c5797b614f
parentdev-ruby/mocha: Stabilize 2.2.0 amd64, #932126 (diff)
downloadgentoo-1e833ab7622c46c6b3fd9d23e0af2c2ba42e8419.tar.gz
gentoo-1e833ab7622c46c6b3fd9d23e0af2c2ba42e8419.tar.bz2
gentoo-1e833ab7622c46c6b3fd9d23e0af2c2ba42e8419.zip
dev-python/python-constraint: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/python-constraint/python-constraint-1.4.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-constraint/python-constraint-1.4.0.ebuild b/dev-python/python-constraint/python-constraint-1.4.0.ebuild
index 744c3aeda685..800d214a9c43 100644
--- a/dev-python/python-constraint/python-constraint-1.4.0.ebuild
+++ b/dev-python/python-constraint/python-constraint-1.4.0.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} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1