Skip to content

Commit

Permalink
Remove py3.11, owmeta not py3.11 compativble..
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed May 8, 2024
1 parent 59d29b2 commit 1f3e776
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/non_omv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
fail-fast: false
matrix:
runs-on: [ubuntu-latest, macos-12, macos-latest ]
python-version: [ 3.8, 3.9, "3.10", "3.11" ]
python-version: [ 3.8, 3.9, "3.10" ]
exclude:
- runs-on: macos-latest
python-version: "3.8"

steps:
- uses: actions/checkout@v4
Expand All @@ -23,7 +26,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

- name: Install HDF5 for pytables on macos-latest
if: ${{ matrix.runs-on == 'macos-latest' }}
run: |
Expand Down

0 comments on commit 1f3e776

Please sign in to comment.