Skip to content

Commit

Permalink
GitHub Actions: Add Python 3.13 to the testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Jan 4, 2025
1 parent 8a0127a commit 748ad49
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ jobs:
pytorch-version: 2.4.1
numpy-requirement: "'numpy'"
- python-version: '3.12'
pytorch-version: 2.5.0
pytorch-version: 2.5.1
numpy-requirement: "'numpy'"
- python-version: '3.13'
pytorch-version: 2.5.1
numpy-requirement: "'numpy'"
steps:
- uses: conda-incubator/setup-miniconda@v3
Expand Down

0 comments on commit 748ad49

Please sign in to comment.