Skip to content

Commit

Permalink
Library requires Python 2.6 or higher
Browse files Browse the repository at this point in the history
  • Loading branch information
pietern committed Jun 23, 2014
1 parent 1f5f17a commit 29549b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ can be installed with:
easy_install hiredis
```

### Compatibility

hiredis-py requires **Python 2.6 or higher**.

## Usage

The `hiredis` module contains the `Reader` class. This class is responsible for
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ def build(self):
'Operating System :: POSIX',
'Programming Language :: C',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2 :: 2.6',
'Programming Language :: Python :: 2 :: 2.7',
'Programming Language :: Python :: 3',
'Topic :: Software Development',
],
Expand Down

0 comments on commit 29549b8

Please sign in to comment.