Skip to content

Commit

Permalink
remove python3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahmish committed Dec 29, 2024
1 parent 6a5d7f6 commit 289c08b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,20 +106,14 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11']
os: [ubuntu-latest, macos-latest, windows-latest]
exclude:
- os: macos-latest
python-version: '3.7'
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- if: matrix.os == 'windows-latest' && matrix.python-version == 3.6
name: Install dependencies - Windows with Python 3.6
run: python -m pip install pywinpty==2.0.1
- name: Install package and dependencies
run: pip install invoke jupyter matplotlib .
- name: invoke tutorials
Expand Down

0 comments on commit 289c08b

Please sign in to comment.