summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-11-17 17:40:11 +0100
committerMichał Górny <mgorny@gentoo.org>2020-11-17 18:43:28 +0100
commit86c1ff378c6679b13c1dc9472157222fdb7f85af (patch)
tree257fae6ed650ef0ef1b15b3fa145a58533daf1c8 /dev-python/betamax-matchers
parentdev-python/cfn-python-lint: Bump to 0.41.0 (diff)
downloadgentoo-86c1ff378c6679b13c1dc9472157222fdb7f85af.tar.gz
gentoo-86c1ff378c6679b13c1dc9472157222fdb7f85af.tar.bz2
gentoo-86c1ff378c6679b13c1dc9472157222fdb7f85af.zip
dev-python/betamax-matchers: Port up to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/betamax-matchers')
-rw-r--r--dev-python/betamax-matchers/betamax-matchers-0.4.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/betamax-matchers/betamax-matchers-0.4.0.ebuild b/dev-python/betamax-matchers/betamax-matchers-0.4.0.ebuild
index 0d16c3b3f718..1d64432a6fb7 100644
--- a/dev-python/betamax-matchers/betamax-matchers-0.4.0.ebuild
+++ b/dev-python/betamax-matchers/betamax-matchers-0.4.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1