Skip to content

Commit

Permalink
Update python-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkern committed May 9, 2024
1 parent b01b172 commit a9c5815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -42,4 +42,4 @@ jobs:
pip install .
- name: List installed
run: |
conda list
conda list

0 comments on commit a9c5815

Please sign in to comment.