Skip to content

Commit

Permalink
Merge pull request #374 from ocefpaf/py313
Browse files Browse the repository at this point in the history
add py313 tests
  • Loading branch information
ocefpaf authored Nov 5, 2024
2 parents 21add26 + 47c9503 commit a9fe358
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .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.10", "3.11", "3.12" ]
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
os: [windows-latest, ubuntu-latest, macos-latest]
fail-fast: false
defaults:
Expand All @@ -26,7 +26,10 @@ jobs:
environment-name: TEST
init-shell: bash
create-args: >-
python=${{ matrix.python-version }} --file requirements.txt --file requirements-dev.txt --channel conda-forge
python=${{ matrix.python-version }}
--file requirements.txt
--file requirements-dev.txt
--channel conda-forge
- name: Install erddapy
run: |
Expand Down

0 comments on commit a9fe358

Please sign in to comment.