preparation for tests with Python 3.8 and/on arm64/Raspberry

This commit is contained in:
2020-01-31 00:19:25 +01:00
parent 37c202ef2f
commit e5cb6eb14d
197 changed files with 399 additions and 398 deletions

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7} )
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1