aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@riseup.net>2021-06-03 19:37:15 +0200
committerMaciej Barć <xgqt@riseup.net>2021-06-03 19:37:15 +0200
commit04396e62bd327e4d9b7006fbd1f78acfc69f4026 (patch)
treedef7c32035d9ac42c5f1d36f75e8ee0e54aa6523 /dev-python/pure-protobuf
parentdev-python/dateparser: drop py3.7 compat (diff)
downloadguru-04396e62bd327e4d9b7006fbd1f78acfc69f4026.tar.gz
guru-04396e62bd327e4d9b7006fbd1f78acfc69f4026.tar.bz2
guru-04396e62bd327e4d9b7006fbd1f78acfc69f4026.zip
dev-python/pure-protobuf: drop py3.7 compat
Signed-off-by: Maciej Barć <xgqt@riseup.net>
Diffstat (limited to 'dev-python/pure-protobuf')
-rw-r--r--dev-python/pure-protobuf/pure-protobuf-2.0.0-r1.ebuild4
-rw-r--r--dev-python/pure-protobuf/pure-protobuf-2.0.1.ebuild2
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