summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-30 18:25:22 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-30 19:00:09 +0200
commit8ec893e032defee2c6052e127f3e276485a5f860 (patch)
treefdef80f5a01fbacd2114713dd16b55de64acbcf6 /dev-python/vecrec
parentdev-libs/libclc: Add 19.0.0_pre20240630 snapshot (diff)
downloadgentoo-8ec893e032defee2c6052e127f3e276485a5f860.tar.gz
gentoo-8ec893e032defee2c6052e127f3e276485a5f860.tar.bz2
gentoo-8ec893e032defee2c6052e127f3e276485a5f860.zip
dev-python/vecrec: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/vecrec')
-rw-r--r--dev-python/vecrec/vecrec-0.3.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/vecrec/vecrec-0.3.1-r1.ebuild b/dev-python/vecrec/vecrec-0.3.1-r1.ebuild
index 6c627614a504..fb9095fc6fc7 100644
--- a/dev-python/vecrec/vecrec-0.3.1-r1.ebuild
+++ b/dev-python/vecrec/vecrec-0.3.1-r1.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=flit
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi