Skip to content

Commit 30bbe88

Browse files
committed
update Python tests
- drop 2.7 (see #152) - add 3.6 - note: 3.9 not supported in MDAnalysis 1.1.1
1 parent f9eb291 commit 30bbe88

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/gh-ci.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
os: [ubuntu-latest, ]
31-
python-version: [2.7, 3.7, 3.8]
30+
os: [ubuntu-latest,]
31+
python-version: [3.6, 3.7, 3.8]
3232
include:
3333
- name: macOS_bigsur_py39
3434
os: macOS-11
35-
python-version: 3.8
35+
python-version: 3.9
3636
- name: macOS_catalina_py37
3737
os: macOS-10.15
3838
python-version: 3.7
@@ -140,7 +140,7 @@ jobs:
140140
run: |
141141
conda install setuptools twine
142142
143-
- name: install PMDA
143+
- name: package PMDA
144144
run: |
145145
python setup.py sdist
146146

0 commit comments

Comments
 (0)