projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9e2cbc
)
dev-python/pathspec: Port to py39
author
Michał Górny
<mgorny@gentoo.org>
Sat, 30 May 2020 06:45:57 +0000
(08:45 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Sat, 30 May 2020 07:12:08 +0000
(09:12 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pathspec/pathspec-0.8.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pathspec/pathspec-0.8.0.ebuild
b/dev-python/pathspec/pathspec-0.8.0.ebuild
index bd2f5182ec1dbb0a50cac88cb7df43fcdefad043..6fc762977c553d54efeada42088102af3e74ae41 100644
(file)
--- a/
dev-python/pathspec/pathspec-0.8.0.ebuild
+++ b/
dev-python/pathspec/pathspec-0.8.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
} pypy3 )
+PYTHON_COMPAT=( python3_{6
..9
} pypy3 )
inherit distutils-r1