summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 08:44:53 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 08:54:23 +0200
commit8456b1918a90bc16eb200af681a27215e56553b1 (patch)
tree3eb807910ddac8a0bacee8403a33faec6500a41b /dev-python/picobox
parentdev-python/pid: Enable py3.13 (diff)
downloadgentoo-8456b1918a90bc16eb200af681a27215e56553b1.tar.gz
gentoo-8456b1918a90bc16eb200af681a27215e56553b1.tar.bz2
gentoo-8456b1918a90bc16eb200af681a27215e56553b1.zip
dev-python/picobox: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/picobox')
-rw-r--r--dev-python/picobox/picobox-4.0.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/picobox/picobox-4.0.0.ebuild b/dev-python/picobox/picobox-4.0.0.ebuild
index 9916c31899c9..d9f37f8713d5 100644
--- a/dev-python/picobox/picobox-4.0.0.ebuild
+++ b/dev-python/picobox/picobox-4.0.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=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi