Skip to content

Commit

Permalink
update Python tests
Browse files Browse the repository at this point in the history
- drop 2.7 (see #152)
- add 3.6
- note: 3.9 not supported in MDAnalysis 1.1.1
  • Loading branch information
orbeckst committed Oct 28, 2021
1 parent f9eb291 commit 30bbe88
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, ]
python-version: [2.7, 3.7, 3.8]
os: [ubuntu-latest,]
python-version: [3.6, 3.7, 3.8]
include:
- name: macOS_bigsur_py39
os: macOS-11
python-version: 3.8
python-version: 3.9
- name: macOS_catalina_py37
os: macOS-10.15
python-version: 3.7
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
run: |
conda install setuptools twine
- name: install PMDA
- name: package PMDA
run: |
python setup.py sdist
Expand Down

0 comments on commit 30bbe88

Please sign in to comment.