Skip to content

Commit

Permalink
drop 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Feb 26, 2024
1 parent 1a92fb6 commit efe9aee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,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"]
defaults:
run:
shell: bash -l {0}
Expand Down Expand Up @@ -121,18 +121,18 @@ jobs:
shell: bash -l {0}
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.10
- name: Install dependencies
uses: conda-incubator/setup-miniconda@v2
with:
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
environment-file: envs/testing.yml
python-version: 3.9
python-version: 3.10
activate-environment: testing-env
auto-activate-base: false
auto-update-conda: false
Expand Down

0 comments on commit efe9aee

Please sign in to comment.