1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 13:52:40 +01:00

dev-python/wikipedia: update python compat

This commit is contained in:
2023-01-15 22:01:59 +01:00
parent 7c1be05806
commit 3ca8a06f28
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} pypy )
PYTHON_COMPAT=( python3_{9..11} pypy )
inherit distutils-r1