Skip to content

Commit

Permalink
Drop 2.7 and 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
H0R5E committed Apr 9, 2024
1 parent e914825 commit 21706f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest]
python-version: ['2.7', '3.7', '3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10']
defaults:
run:
shell: bash -l {0}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest]
python-version: ['2.7', '3.7', '3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10']
defaults:
run:
shell: bash -l {0}
Expand All @@ -27,7 +27,6 @@ jobs:
pip install --no-deps .
- name: Run tests
run: |
pip install coverage[toml]
conda install -y mock pytest pytest-cov pytest-mock
pytest --cov=convergence --cov-report xml tests
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 21706f5

Please sign in to comment.