Skip to content

Commit

Permalink
Also testing under PyPy 2.1 now.
Browse files Browse the repository at this point in the history
Documentation change only, skip TravisCI tests [ci skip]
  • Loading branch information
peterjc committed Aug 8, 2013
1 parent a9c2f38 commit 625fa14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ directory at the command line, and type:
sudo python setup.py install

Windows users are instead recommended to use the installation packages provided
on our http://biopython.org website.
on our website, http://biopython.org


Python Requirements
Expand All @@ -59,10 +59,10 @@ Biopython is currently supported and tested on the following Python verions:
to convert our Python 2 code into Python 3 code. Most of the Biopython
modules are available under Python 3 (but not yet all).

- PyPy 1.9, 2.0 -- see http://www.pypy.org
- PyPy 1.9, 2.0, 2.1 -- see http://www.pypy.org

Aside from modules with C code or dependent of NumPy, everything should
work. Evaluating PyPy's NumPy reimplementation NumPyPy is still in progress.
work. PyPy's NumPy reimplementation NumPyPy is still in progress.

- Jython 2.5, 2.7 -- see http://www.jython.org

Expand Down

0 comments on commit 625fa14

Please sign in to comment.