From 404790cb7d18f0e27fcdb8b5c6cf8df504e5fcd6 Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Wed, 2 Dec 2020 16:35:43 -0500 Subject: [PATCH] dev-python/PySensors: add py3{8,9} and bump EAPI Signed-off-by: Aaron Bauman --- dev-python/PySensors/PySensors-0.0.4.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/PySensors/PySensors-0.0.4.ebuild b/dev-python/PySensors/PySensors-0.0.4.ebuild index 1ba53eaf6a5b6..0a25d34c31536 100644 --- a/dev-python/PySensors/PySensors-0.0.4.ebuild +++ b/dev-python/PySensors/PySensors-0.0.4.ebuild @@ -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=6 +EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1