mirror of
https://github.com/biopython/biopython.git
synced 2025-10-20 13:43:47 +08:00
Python 3.9 tested now
This commit is contained in:
2
NEWS.rst
2
NEWS.rst
@ -12,7 +12,7 @@ The latest news is at the top of this file.
|
||||
===============================================
|
||||
|
||||
This is intended to be our final release supporting Python 3.6. It also
|
||||
supports Python 3.7 and 3.8, and has also been tested on PyPy3.6.1 v7.1.1.
|
||||
supports Python 3.7, 3.8 and 3.9, and has also been tested on PyPy3.6.1 v7.1.1.
|
||||
|
||||
The ``Seq`` and ``MutableSeq`` classes in ``Bio.Seq`` now store their sequence
|
||||
contents as ``bytes` ` and ``bytearray`` objects, respectively. Previously, for
|
||||
|
@ -80,14 +80,14 @@ install Biopython yourself. This is described below.
|
||||
Python Requirements
|
||||
===================
|
||||
|
||||
We currently recommend using Python 3.8 from http://www.python.org
|
||||
We currently recommend using Python 3.9 from http://www.python.org
|
||||
|
||||
Biopython is currently supported and tested on the following Python
|
||||
implementations:
|
||||
|
||||
- Python 3.6, 3.7, 3.8 -- see http://www.python.org
|
||||
- Python 3.6, 3.7, 3.8, 3.9 -- see http://www.python.org
|
||||
|
||||
- PyPy3.6 v7.3.1 -- see http://www.pypy.org
|
||||
- PyPy3.6 v7.3.1 -- or later, see http://www.pypy.org
|
||||
|
||||
Biopython 1.68 was our final release to support Python 2.6, while Biopython
|
||||
1.76 was our final release to support Python 2.7 and Python 3.5.
|
||||
|
Reference in New Issue
Block a user