Skip to content

Commit

Permalink
MAINT: NEP29
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing authored Aug 9, 2024
1 parent f7f4fdd commit 3edb558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11"]
python-version: ["3.11", "3.12"]
os: [ubuntu-latest, macos-latest, windows-latest]
numpy_ver: [latest]
include:
- python-version: "3.9"
- python-version: "3.10"
numpy_ver: "1.24"
os: "ubuntu-latest"

Expand Down

0 comments on commit 3edb558

Please sign in to comment.