summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 08:44:48 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 08:46:08 +0200
commitb48a5eaf13501392c8950ccdb5841691c537d832 (patch)
tree6786fa1cb1dcdd713bc203067aacc319216b3e09
parentdev-python/phply: Enable py3.13 (diff)
downloadgentoo-b48a5eaf13501392c8950ccdb5841691c537d832.tar.gz
gentoo-b48a5eaf13501392c8950ccdb5841691c537d832.tar.bz2
gentoo-b48a5eaf13501392c8950ccdb5841691c537d832.zip
dev-python/pickleshare: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pickleshare/pickleshare-0.7.5-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pickleshare/pickleshare-0.7.5-r1.ebuild b/dev-python/pickleshare/pickleshare-0.7.5-r1.ebuild
index 8d765c0c3a68..415d61a2c774 100644
--- a/dev-python/pickleshare/pickleshare-0.7.5-r1.ebuild
+++ b/dev-python/pickleshare/pickleshare-0.7.5-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi