summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 08:44:47 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 08:46:07 +0200
commite3e73211546b515a0ae608ba18356e898d107330 (patch)
tree837ddc4cd60eaa97e84edce18d23f6d8f319a6a1 /dev-python/phply
parentdev-python/pebble: Enable py3.13 (diff)
downloadgentoo-e3e73211546b515a0ae608ba18356e898d107330.tar.gz
gentoo-e3e73211546b515a0ae608ba18356e898d107330.tar.bz2
gentoo-e3e73211546b515a0ae608ba18356e898d107330.zip
dev-python/phply: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/phply')
-rw-r--r--dev-python/phply/phply-1.2.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/phply/phply-1.2.6.ebuild b/dev-python/phply/phply-1.2.6.ebuild
index 13387549acf3..3bd8478bdc2f 100644
--- a/dev-python/phply/phply-1.2.6.ebuild
+++ b/dev-python/phply/phply-1.2.6.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