diff --git a/master/docs/manual/installation/requirements.rst b/master/docs/manual/installation/requirements.rst index 5deb22406472..8cb34e972ed1 100644 --- a/master/docs/manual/installation/requirements.rst +++ b/master/docs/manual/installation/requirements.rst @@ -15,6 +15,8 @@ Python: https://www.python.org Buildbot master works with Python 3.8+. Buildbot worker works with Python 3.5+. + Pypy can be used for faster execution. Lowest tested version is 7.3.11. + .. note:: This should be a "normal" build of Python. diff --git a/newsfragments/pypy.feature b/newsfragments/pypy.feature new file mode 100644 index 000000000000..598e5ed4c16d --- /dev/null +++ b/newsfragments/pypy.feature @@ -0,0 +1,2 @@ +Buildbot now declares support for pypy. Previous versions of Buildbot most likely supported Pypy +already. Lowest tested version of Pypy is v3.11.