sandiegopython / test-driven-django-development

This repository contains materials for a San Diego Python workshop on learning Django with test inspired development
http://test-driven-django-development.readthedocs.org/
Other
102 stars 35 forks source link

Suggest Python 2.7.x only... #135

Closed riseriyo closed 9 years ago

riseriyo commented 9 years ago

Under "Verifying Setup" section, suggest installing only Python 2.7.x (the latest) instead of giving readers the choice of using Python 2.6.x.

macro1 commented 9 years ago

I'm bringing it all the way up to 3.4 in #139. I think it'll work with 3.2 and 3.3 as well though.

riseriyo commented 9 years ago

I think Trey mentioned working with Python 2.7 for now.

On Sun, Nov 2, 2014 at 10:28 AM, Micah Denbraver notifications@github.com wrote:

I'm bringing it all the way up to 3.4 in #139 https://github.com/pythonsd/test-driven-django-development/pull/139. I think it'll work with 3.2 and 3.3 as well though.

— Reply to this email directly or view it on GitHub https://github.com/pythonsd/test-driven-django-development/issues/135#issuecomment-61417494 .

Ms. Rise Riyo


“Named must your fear be before banish it you can.” - Yoda

macro1 commented 9 years ago

Per discussion in IRC, moving forward with 3.4. Most projects can be done easily in Python 3.

willingc commented 9 years ago

Excellent choice to use Python 3.4 :)