mirror of
https://github.com/biopython/biopython.git
synced 2025-10-20 13:43:47 +08:00
Test on Python 3.10 ~ 3.14
This commit is contained in:
committed by
Peter Cock
parent
f47393b775
commit
37f6c5f81d
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -63,7 +63,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.10", "3.13"]
|
python-version: ["3.10", "3.14"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
@ -116,7 +116,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest, windows-2022]
|
os: [ubuntu-latest, macos-latest, windows-2022]
|
||||||
python-version: ["3.10", "3.11", "3.12", "3.13"]
|
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
@ -166,7 +166,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.10", "3.13"]
|
python-version: ["3.10", "3.14"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
@ -223,7 +223,7 @@ jobs:
|
|||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.10", "3.13"]
|
python-version: ["3.10", "3.14"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
@ -269,7 +269,7 @@ jobs:
|
|||||||
runs-on: windows-2022
|
runs-on: windows-2022
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.10", "3.13"]
|
python-version: ["3.10", "3.14"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
|
4
NEWS.rst
4
NEWS.rst
@ -13,8 +13,8 @@ The latest news is at the top of this file.
|
|||||||
(In progress, not yet released): Biopython 1.86
|
(In progress, not yet released): Biopython 1.86
|
||||||
===============================================
|
===============================================
|
||||||
|
|
||||||
This release of Biopython supports Python 3.10, 3.11, 3.12 and 3.13. It
|
This release of Biopython supports Python 3.10, 3.11, 3.12, 3.13 and 3.14. It
|
||||||
has also been tested on PyPy3.10 v7.3.17.
|
has also been tested on PyPy3.10 v7.3.19.
|
||||||
|
|
||||||
``Bio.SearchIO`` now supports parsing the tabular and plain text output of
|
``Bio.SearchIO`` now supports parsing the tabular and plain text output of
|
||||||
`Infernal <http://eddylab.org/infernal/>` (v1.0.0+) RNA search tool. The
|
`Infernal <http://eddylab.org/infernal/>` (v1.0.0+) RNA search tool. The
|
||||||
|
@ -84,12 +84,12 @@ install Biopython yourself. This is described below.
|
|||||||
Python Requirements
|
Python Requirements
|
||||||
===================
|
===================
|
||||||
|
|
||||||
We currently recommend using Python 3.11 from http://www.python.org
|
We currently recommend using Python 3.13 from http://www.python.org
|
||||||
|
|
||||||
Biopython is currently supported and tested on the following Python
|
Biopython is currently supported and tested on the following Python
|
||||||
implementations:
|
implementations:
|
||||||
|
|
||||||
- Python 3.10, 3.11, 3.12 and 3.13 -- see http://www.python.org
|
- Python 3.10, 3.11, 3.12, 3.13 and 3.14 -- see http://www.python.org
|
||||||
|
|
||||||
- PyPy3.10 v7.3.17 -- or later, see http://www.pypy.org
|
- PyPy3.10 v7.3.17 -- or later, see http://www.pypy.org
|
||||||
|
|
||||||
|
1
setup.py
1
setup.py
@ -261,6 +261,7 @@ setup(
|
|||||||
"Programming Language :: Python :: 3.11",
|
"Programming Language :: Python :: 3.11",
|
||||||
"Programming Language :: Python :: 3.12",
|
"Programming Language :: Python :: 3.12",
|
||||||
"Programming Language :: Python :: 3.13",
|
"Programming Language :: Python :: 3.13",
|
||||||
|
"Programming Language :: Python :: 3.14",
|
||||||
"Topic :: Scientific/Engineering",
|
"Topic :: Scientific/Engineering",
|
||||||
"Topic :: Scientific/Engineering :: Bio-Informatics",
|
"Topic :: Scientific/Engineering :: Bio-Informatics",
|
||||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||||
|
Reference in New Issue
Block a user