Skip to content

Commit

Permalink
Only test 3.9+ for conda
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Mar 24, 2024
1 parent 765be03 commit f175162
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/CI_conda_forge.yml
Expand Up @@ -20,9 +20,22 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
os: ['ubuntu-latest', 'macos-latest']
python-version: ['3.9', '3.10', '3.11', '3.12']
os: ['ubuntu-latest']
use-mamba: [true, false]
include:
- python-version: 3.9
os: 'windows-latest'
use-mamba: true
- python-version: 3.12
os: 'windows-latest'
use-mamba: true
- python-version: 3.9
os: 'macos-latest'
use-mamba: true
- python-version: 3.12
os: 'macos-latest'
use-mamba: true

steps:
- name: "Set up Conda"
Expand Down

0 comments on commit f175162

Please sign in to comment.