1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2025-12-19 12:28:20 +01:00

Bump python version.

This commit is contained in:
2024-06-03 08:54:06 +02:00
parent 9ce1a722f0
commit 18b5c57b87
57 changed files with 60 additions and 60 deletions

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{9..13} )
inherit distutils-r1 pypi
DESCRIPTION="Python REPL build on top of prompt_toolkit"