Skip to content

Commit

Permalink
updating python versions, caching behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
earth-chris committed Dec 18, 2023
1 parent d4c9c29 commit 924429e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11"]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}

Expand All @@ -24,7 +24,6 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'

- name: Set up Conda
uses: conda-incubator/setup-miniconda@v2
Expand Down

0 comments on commit 924429e

Please sign in to comment.