Skip to content

Commit

Permalink
update tests to match support
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamalligator committed Feb 25, 2024
1 parent 990d4f9 commit afa0522
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,18 @@ jobs:
strategy:
matrix:
python-version:
# - '2.6'
# - '2.7'
# - '3.2'
# - '3.3'
# - '3.4'
# - '3.5'
# - '3.6'
# - '3.7'
# - '3.8'
# - '3.9'
# - '3.10'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
# - '3.12'
# - '3.13'
- '3.12'
- '3.13'
steps:
- uses: actions/checkout@v4
- run: pip install numpy pytest
- run: pytest
docs:
if: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit afa0522

Please sign in to comment.