Skip to content

Commit

Permalink
Update CI Python versions, badge
Browse files Browse the repository at this point in the history
  • Loading branch information
bede committed Nov 16, 2023
1 parent 7a46306 commit 5a9ccb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.7, 3.9]
python-version: [3.9, 3.11]
name: Python ${{ matrix.python-version }} (${{ matrix.os }})
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![DOI](https://zenodo.org/badge/141450954.svg)](https://zenodo.org/badge/latestdoi/141450954)
[![Tests](https://img.shields.io/github/workflow/status/bede/vespasian/tests)](https://github.com/bede/vespasian/actions)
[![Tests](https://img.shields.io/github/actions/workflow/status/bede/vespasian/test.yml?branch=master)](https://github.com/bede/vespasian/actions)
[![PyPI](https://img.shields.io/pypi/v/vespasian.svg?color=brightgreen)](https://pypi.org/project/vespasian/)


Expand Down Expand Up @@ -66,7 +66,7 @@ If the conda package manager is already installed, skip this step, otherwise:
### Development install

```bash
conda create -y -n vespasian-dev python=3.11 pytest -c conda-forge -c bioconda paml=4.10.6
conda create -y -n vespasian-dev python=3.11 paml==4.10.6 pytest -c conda-forge -c bioconda
conda activate vespasian-dev
git clone https://github.com/bede/vespasian
pip install --editable ./vespasian
Expand Down

0 comments on commit 5a9ccb4

Please sign in to comment.