Skip to content

Commit ca9a14d

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

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
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

CHANGELOG

+5-4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ MM/DD/YYYY VOD555, lilyminium, orbeckst, yuxuanzhuang
1818

1919
* 0.4.0
2020

21+
Changes
22+
* requires MDAnalysis >= 1.0.0 and <2.0.0 (#122)
23+
* dropped official support for Python 2.7 and 3.5 (all versions
24+
of Python >= 3.6 supported by MDAnalysis 1.x are supported) (#152)
25+
2126
Enhancements
2227
* Update doc theme to use sphinx-rtd-theme (Issue #124, PR #126)
2328
* add parallel hbond analysis class (Issue #95)
@@ -32,10 +37,6 @@ Fixes
3237
* fixed Contact fails with uneven blocks. (#140)
3338
* raise ValueError when n_blocks > n_frames (Issue #137, PR #138)
3439

35-
Changes
36-
* requires MDAnalysis >= 1.0.0 and <2.0.0 (#122)
37-
* dropped official support for Python 3.5 (2.7 and >= 3.6 are supported)
38-
3940

4041
10/14/2019 VOD555, nawtrey
4142

0 commit comments

Comments
 (0)