summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-05 15:11:26 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-05 15:13:53 +0200
commitad01b6ef98ff56c42614c3d803d5ff0c2b53e558 (patch)
tree0cef0627b7fd255edb3cf7df810cc662eb626742 /dev-python/olefile
parentdev-python/pybind11: Port to py39 (diff)
downloadgentoo-ad01b6ef98ff56c42614c3d803d5ff0c2b53e558.tar.gz
gentoo-ad01b6ef98ff56c42614c3d803d5ff0c2b53e558.tar.bz2
gentoo-ad01b6ef98ff56c42614c3d803d5ff0c2b53e558.zip
dev-python/olefile: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/olefile')
-rw-r--r--dev-python/olefile/olefile-0.46.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/olefile/olefile-0.46.ebuild b/dev-python/olefile/olefile-0.46.ebuild
index b5bd63783cd0..7631f5395f7c 100644
--- a/dev-python/olefile/olefile-0.46.ebuild
+++ b/dev-python/olefile/olefile-0.46.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python{2_7,3_{6..9}} pypy3 )
inherit distutils-r1