Skip to content

Commit

Permalink
python-utils-r1.eclass: Bump min pypy3 dep to force pypy3.8
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Nov 9, 2021
1 parent 5ab05a5 commit d1888cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/python-utils-r1.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ _python_export() {
pypy)
PYTHON_PKG_DEP='>=dev-python/pypy-7.3.0:0=';;
pypy3)
PYTHON_PKG_DEP='>=dev-python/pypy3-7.3.0:0=';;
PYTHON_PKG_DEP='>=dev-python/pypy3-7.3.7:0=';;
*)
die "Invalid implementation: ${impl}"
esac
Expand Down

0 comments on commit d1888cd

Please sign in to comment.