Skip to content

Commit dc359a0

Browse files
author
Peter Renström
committed
Update README with Python version support.
1 parent d0bb627 commit dc359a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/renstrom/python-jump-consistent-hash.svg?branch=master)](https://travis-ci.org/renstrom/python-jump-consistent-hash)
44

5-
Python implementation of the jump consistent hash algorithm by John Lamping and Eric Veach[1].
5+
Python implementation of the jump consistent hash algorithm by John Lamping and Eric Veach[1]. Requires Python 2.6-2.7, or 3.2+.
66

77
[1] http://arxiv.org/pdf/1406.2294v1.pdf
88

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
--------------------
55
66
Python implementation of the jump consistent hash algorithm by John Lamping and
7-
Eric Veach[1].
7+
Eric Veach[1]. Requires Python 2.6-2.7 or 3.2+.
88
99
Usage
1010
`````

0 commit comments

Comments
 (0)