Skip to content

Commit

Permalink
remove 3.13 because of pytables
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmeagher committed Oct 8, 2024
1 parent 9fb5d6d commit 9002cfe
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 @@ -17,10 +17,10 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-24.04]
include:
- python-version: "3.13"
- python-version: "3.12"
os: macos-14
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9002cfe

Please sign in to comment.