Skip to content

Commit

Permalink
Now tested on PyPy! (also: fixed a UnicodeDecodeError in setup.py)
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Jun 2, 2015
1 parent dbef229 commit 9944591
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.rst
Expand Up @@ -23,7 +23,8 @@ text interfaces more user friendly. Some example features:
friendly rendering of usage messages and querying the terminal for its
size.

The `humanfriendly` package is currently tested on Python 2.6, 2.7 and 3.4.
The `humanfriendly` package is currently tested on Python 2.6, 2.7, 3.4 and
PyPy.

Getting started
---------------
Expand Down
4 changes: 2 additions & 2 deletions humanfriendly/__init__.py
@@ -1,11 +1,11 @@
# Human friendly input/output in Python.
#
# Author: Peter Odding <peter@peterodding.com>
# Last Change: May 27, 2015
# Last Change: June 2, 2015
# URL: https://humanfriendly.readthedocs.org

# Semi-standard module versioning.
__version__ = '1.25'
__version__ = '1.25.1'

# Standard library modules.
import collections
Expand Down

0 comments on commit 9944591

Please sign in to comment.