Skip to content

Commit

Permalink
Merge pull request #3369 from rodrigc/py3-requirements
Browse files Browse the repository at this point in the history
Mention Python 3 in requirements
  • Loading branch information
tardyp committed Jun 24, 2017
2 parents 05efcfd + f519407 commit 9f6b5a0
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions master/docs/manual/installation/requirements.rst
Expand Up @@ -12,8 +12,8 @@ At a bare minimum, you'll need the following for both the buildmaster and a work

Python: https://www.python.org

Buildbot master requires Python-2.7.
Buildbot worker require Python-2.6, although Python-2.7 is recommended.
Buildbot master works with Python 2.7 or Python-3.4+.
Buildbot worker works with Python 2.6-2.7, or Python 3.4+.

.. note::

Expand All @@ -25,11 +25,6 @@ Twisted: http://twistedmatrix.com
Buildbot requires Twisted-14.0.1 or later on the master, and Twisted-10.2.0 on the worker.
In upcoming versions of Buildbot, a newer Twisted will also be required on the worker.
As always, the most recent version is recommended.
Note that Twisted requires ZopeInterface to be installed as well.

Future:

As part of ongoing (but as-yet incomplete) work to make Buildbot compatible with Python 3, the master requires the ``future`` module.

Of course, your project's build process will impose additional requirements on the workers.
These hosts must have all the tools necessary to compile and test your project's source code.
Expand Down

0 comments on commit 9f6b5a0

Please sign in to comment.