Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
docs: mention that python 2.6 or 2.7 is required
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Jan 5, 2012
1 parent baebd30 commit 760928b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@ Evented I/O for V8 javascript. [![Build Status](https://secure.travis-ci.org/joy

### To build:

Unix/Macintosh (requires python >= 2.5.2):
Unix/Macintosh (requires python 2.6 or 2.7):

./configure
make
Expand Down

2 comments on commit 760928b

@jbergstroem
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm, I thought the idea of using pprint would allow for 2.5. If we are to use >=2.6, we should switch to json since pprint has its caveats (quoting)

@bnoordhuis
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

python 2.5 will work for the foreseeable future but I'm anticipating the day when a gyp update breaks 2.5 compatibility.

Please sign in to comment.