Skip to content

Commit

Permalink
Do not build for python 3.8 in Github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Diptorup Deb committed Aug 18, 2023
1 parent 547382d commit 2e98799
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ['3.8', '3.9', '3.10']
python: ['3.9', '3.10']
os: [ubuntu-latest, windows-latest]

runs-on: ${{ matrix.os }}
Expand Down
9 changes: 0 additions & 9 deletions build-environment.yml

This file was deleted.

0 comments on commit 2e98799

Please sign in to comment.