Add note to README about Python3

Tell people that we're Python3 only, but also call out how that
interacts with Ansible.

Change-Id: I1d2b22cd32857f26abc85cdd8a2f3310d3c5e37b
This commit is contained in:
Monty Taylor 2017-06-16 12:31:23 -05:00
parent 777c58a461
commit 9c817e9885
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 10 additions and 0 deletions

View File

@ -134,6 +134,16 @@ the following:
is too cryptic. In your own work, feel free to leave TODOv3 notes
if a change would otherwise become too large or unweildy.
Python Version Support
----------------------
Zuul v3 requires Python 3. It does not support Python 2.
As Ansible is used for the execution of jobs, it's important to note that
while Ansible does support Python 3, not all of Ansible's modules do. Zuul
currently sets ``ansible_python_interpreter`` to python2 so that remote
content will be executed with Python2.
Roadmap
-------