Skip to content

Commit

Permalink
Merge pull request #92 from ocefpaf/py310
Browse files Browse the repository at this point in the history
supports same min Python as erddapy
  • Loading branch information
ocefpaf committed Mar 6, 2024
2 parents 38498f2 + facd3f8 commit 9a6f60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]
os: [windows-latest, ubuntu-latest, macos-latest]
fail-fast: false

Expand Down

0 comments on commit 9a6f60f

Please sign in to comment.