Python 3.9 tested now

This commit is contained in:
Peter Cock
2021-02-26 11:31:39 +00:00
parent 38b18bd3ab
commit 29fe117dd4
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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.