projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2846cc
)
dev-python/pytest: Enable py3.8 on 5.3.0
author
Michał Górny
<mgorny@gentoo.org>
Sat, 23 Nov 2019 12:41:20 +0000
(13:41 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Sat, 23 Nov 2019 12:42:20 +0000
(13:42 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pytest/pytest-5.3.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pytest/pytest-5.3.0.ebuild
b/dev-python/pytest/pytest-5.3.0.ebuild
index 26457fe999927dff722e220bf3999dc6d179cc28..9795396ca686b1c8f38132b2ff9b943395dde46d 100644
(file)
--- a/
dev-python/pytest/pytest-5.3.0.ebuild
+++ b/
dev-python/pytest/pytest-5.3.0.ebuild
@@
-3,7
+3,7
@@
EAPI=7
-PYTHON_COMPAT=( python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{5,6,7
,8
} )
inherit distutils-r1