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

dev-python/wikipedia: remove Python 3.4 support

This commit is contained in:
2019-03-22 13:50:30 +01:00
parent c2c99580a4
commit 9f536eb3be
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
EAPI=5
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
inherit distutils-r1