Skip to content

Commit

Permalink
Run invariant builds on 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska authored Jan 7, 2024
1 parent 5b8bab3 commit 11c3ded
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/invariant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ['3.11']
python: ['3.12']
image:
- ubuntu-latest
runs-on: '${{ matrix.image }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ['3.11']
python: ['3.12']
image:
- ubuntu-latest
runs-on: '${{ matrix.image }}'
Expand Down

0 comments on commit 11c3ded

Please sign in to comment.