Skip to content

Commit

Permalink
[fix] Add tests for 3.12 in cicd (UKPLab#2785)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpgmaas committed Jun 28, 2024
1 parent fa1403f commit 94ad631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Run unit tests
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
os: [ubuntu-latest, windows-latest]
fail-fast: false
runs-on: ${{ matrix.os }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ wandb
checkpoints
tmp
.venv
venv

0 comments on commit 94ad631

Please sign in to comment.