summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 08:45:02 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 08:54:28 +0200
commit555ddd9b8fd0fab8a0227903bea9ebfac4c40f23 (patch)
treec687247d2301b000c6947485766b1cd98de353c9 /dev-python/process-tests
parentdev-python/plette: Enable py3.13 (diff)
downloadgentoo-555ddd9b8fd0fab8a0227903bea9ebfac4c40f23.tar.gz
gentoo-555ddd9b8fd0fab8a0227903bea9ebfac4c40f23.tar.bz2
gentoo-555ddd9b8fd0fab8a0227903bea9ebfac4c40f23.zip
dev-python/process-tests: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/process-tests')
-rw-r--r--dev-python/process-tests/process-tests-3.0.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/process-tests/process-tests-3.0.0.ebuild b/dev-python/process-tests/process-tests-3.0.0.ebuild
index 931fec7b9fea..c82caf190e67 100644
--- a/dev-python/process-tests/process-tests-3.0.0.ebuild
+++ b/dev-python/process-tests/process-tests-3.0.0.ebuild
@@ -1,11 +1,11 @@
-# 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
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 pypi