Skip to content
Snippets Groups Projects
Verified Commit c44ed8fa authored by James Graham's avatar James Graham
Browse files

ci: drop Python 3.3 and 3.4 and MDAnalysis

Python 3.3 and 3.4 are not available on GitHub Actions runners
MDAnalysis fails to install with almost all versions of Python
parent 7e2eee21
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9]
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
......@@ -30,7 +30,7 @@ jobs:
- name: Install project and dependencies
run: |
pip install --upgrade pip
pip install -r requirements.txt mdtraj mdanalysis
pip install -r requirements.txt mdtraj
pip install pytest coverage
- name: Test with pytest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment