Skip to content

Commit

Permalink
drop 3.8 for now from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfriend committed Oct 5, 2024
1 parent 3b5f3f8 commit 0f3c669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-22.04]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
numpy-version: ['<2.0.0', '>=2.0.0']
python-version: ['3.9', '3.10', '3.11', '3.12']
numpy-version: ['<2', '>=2']

steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit 0f3c669

Please sign in to comment.