summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-05-27 21:27:12 +0200
committerPetr Vaněk <arkamar@gentoo.org>2024-05-27 21:32:21 +0200
commitfada15a824506db2897c9856abf1a57a62101541 (patch)
tree9111049060adb95201ef3c630759606e8ee9f049 /dev-python/sphinx-basic-ng
parentapp-admin/calamares: drop dev-qt/kdsingleapplication dependency (diff)
downloadgentoo-fada15a824506db2897c9856abf1a57a62101541.tar.gz
gentoo-fada15a824506db2897c9856abf1a57a62101541.tar.bz2
gentoo-fada15a824506db2897c9856abf1a57a62101541.zip
dev-python/sphinx-basic-ng: enable py3.13
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-basic-ng')
-rw-r--r--dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta2.ebuild b/dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta2.ebuild
index 863ad5d67bca..81c99b44f244 100644
--- a/dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta2.ebuild
+++ b/dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta2.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=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1