summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-18 21:05:09 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-18 21:10:27 +0200
commit17705a28a38657cb1029462d36c409980bdd2195 (patch)
treedeb45d0b36931696fb11e6acf3bd7be05cc17dbe /dev-python/python-editor
parentdev-python/flask-sqlalchemy: Enable py3.13 (diff)
downloadgentoo-17705a28a38657cb1029462d36c409980bdd2195.tar.gz
gentoo-17705a28a38657cb1029462d36c409980bdd2195.tar.bz2
gentoo-17705a28a38657cb1029462d36c409980bdd2195.zip
dev-python/python-editor: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-editor')
-rw-r--r--dev-python/python-editor/python-editor-1.0.4-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-editor/python-editor-1.0.4-r2.ebuild b/dev-python/python-editor/python-editor-1.0.4-r2.ebuild
index 7e5c91f55fbe..a9fd59a81318 100644
--- a/dev-python/python-editor/python-editor-1.0.4-r2.ebuild
+++ b/dev-python/python-editor/python-editor-1.0.4-r2.ebuild
@@ -1,11 +1,11 @@
-# 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=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1 pypi