Skip to content

Commit

Permalink
Merge pull request #133 from ocefpaf/add_py313_test
Browse files Browse the repository at this point in the history
Add py313 and np2 tests
  • Loading branch information
ocefpaf authored Oct 29, 2024
2 parents 7cc68c5 + 86b272c commit b87ed51
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ name: Tests
on:
pull_request:
push:
branches: [master, main]
branches: [ master, main ]

jobs:
run:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
os: [windows-latest, ubuntu-latest, macos-latest]
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
os: [ windows-latest, ubuntu-latest, macos-latest ]
# Oldest one based on NEP-29 and latest one.
# See https://numpy.org/neps/nep-0029-deprecation_policy.html
numpy-version: ["1.23", "1.26"]
numpy-version: [ "1.26", "2" ]
exclude:
- python-version: "3.12"
numpy-version: "1.23"
- python-version: "3.13"
numpy-version: "1.26"
fail-fast: false

steps:
Expand Down

0 comments on commit b87ed51

Please sign in to comment.