Skip to content

Commit

Permalink
drop python 3.9 from testing; install with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Oct 18, 2024
1 parent 4847d20 commit adb89e0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
Expand All @@ -36,12 +36,8 @@ jobs:
conda info
conda list
- name: Install requirements
run: |
mamba install --file=requirements.txt --file=requirements-testing.txt
- name: Build and install package
run: pip install -e .
run: pip install -e .[testing]

- name: Test
run: |
Expand Down

0 comments on commit adb89e0

Please sign in to comment.