Skip to content

Commit

Permalink
skooch python versions for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Jan 10, 2025
1 parent ee14d6f commit acd659e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
submodules: recursive
- uses: actions/setup-python@v3
with:
python-version: 3.11.3
python-version: 3.12
- uses: pre-commit/[email protected]
with:
extra_args: --hook-stage manual --all-files
Expand All @@ -31,15 +31,15 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.11", "3.12"]
python-version: ["3.12", "3.13"]
runs-on: [ubuntu-latest, macos-latest, windows-latest]

include:
- python-version: "3.7"
- python-version: "3.8"
runs-on: ubuntu-latest
- python-version: "3.7"
- python-version: "3.8"
runs-on: macos-13
- python-version: "3.7"
- python-version: "3.8"
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Set up Conda
uses: conda-incubator/[email protected]
with:
python-version: 3.11
python-version: 3.12
miniforge-variant: Mambaforge
channels: conda-forge,defaults
channel-priority: true
Expand Down

0 comments on commit acd659e

Please sign in to comment.