Skip to content

Commit

Permalink
add python 3.13 to build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kmdalton committed Nov 5, 2024
1 parent e2b70ad commit e280f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
numpy-version: ['numpy<2.0', 'numpy>=2.0']
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']

# Skip CI if 'skip ci' is contained in latest commit message
if: "!contains(github.event.head_commit.message, 'skip ci')"
Expand Down

0 comments on commit e280f81

Please sign in to comment.