commit: 04396e62bd327e4d9b7006fbd1f78acfc69f4026
Author: Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Thu Jun 3 17:37:15 2021 +0000
Commit: Maciej Barć <xgqt <AT> riseup <DOT> net>
CommitDate: Thu Jun 3 17:37:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=04396e62
dev-python/pure-protobuf: drop py3.7 compat
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>
dev-python/pure-protobuf/pure-protobuf-2.0.0-r1.ebuild | 4 ++--
dev-python/pure-protobuf/pure-protobuf-2.0.1.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/pure-protobuf/pure-protobuf-2.0.0-r1.ebuild
b/dev-python/pure-protobuf/pure-protobuf-2.0.0-r1.ebuild
index 74b598c95..6a8ddac5f 100644
--- a/dev-python/pure-protobuf/pure-protobuf-2.0.0-r1.ebuild
+++ b/dev-python/pure-protobuf/pure-protobuf-2.0.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_8 )
inherit distutils-r1
diff --git a/dev-python/pure-protobuf/pure-protobuf-2.0.1.ebuild
b/dev-python/pure-protobuf/pure-protobuf-2.0.1.ebuild
index 448c8958e..916df6400 100644
--- a/dev-python/pure-protobuf/pure-protobuf-2.0.1.ebuild
+++ b/dev-python/pure-protobuf/pure-protobuf-2.0.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8,9} )
inherit distutils-r1