commit: 5028b98a37332d54328a35cc028f9d3ce5d63e70
Author: Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Fri Feb 19 04:36:10 2021 +0000
Commit: Maciej Barć <xgqt <AT> protonmail <DOT> com>
CommitDate: Fri Feb 19 04:36:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5028b98a
dev-python/pure-protobuf: bump python compat to 3.9
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> protonmail.com>
dev-python/pure-protobuf/pure-protobuf-2.0.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 3e370a83..448c8958 100644
--- a/dev-python/pure-protobuf/pure-protobuf-2.0.1.ebuild
+++ b/dev-python/pure-protobuf/pure-protobuf-2.0.1.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_{7..9} )
inherit distutils-r1