summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-25 16:57:09 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-25 18:16:33 +0200
commit31f9fe254e929e23c3fadef97ec6b63b68807740 (patch)
treed6b97c22a316059c715fc5d74a3d6b02cb75e452 /dev-python/pretend/pretend-1.0.9.ebuild
parentdev-python/pluggy: Port to py3.9 (diff)
downloadgentoo-31f9fe254e929e23c3fadef97ec6b63b68807740.tar.gz
gentoo-31f9fe254e929e23c3fadef97ec6b63b68807740.tar.bz2
gentoo-31f9fe254e929e23c3fadef97ec6b63b68807740.zip
dev-python/pretend: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pretend/pretend-1.0.9.ebuild')
-rw-r--r--dev-python/pretend/pretend-1.0.9.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pretend/pretend-1.0.9.ebuild b/dev-python/pretend/pretend-1.0.9.ebuild
index b77d440fcd17..bc29e4a37109 100644
--- a/dev-python/pretend/pretend-1.0.9.ebuild
+++ b/dev-python/pretend/pretend-1.0.9.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
inherit distutils-r1