Skip to content

Commit

Permalink
Skip consistency for py3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Nov 26, 2024
1 parent c9a74fb commit 9070669
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@ jobs:
- "3.12"
- "3.13"
- "3.14"
include:
- version: "3.8"
check-consistency: "true"
- version: "3.9"
check-consistency: "true"
- version: "3.10"
check-consistency: "true"
- version: "3.11"
check-consistency: "true"
- version: "3.12"
check-consistency: "true"
- version: "3.13"
check-consistency: "true"
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand All @@ -36,5 +49,6 @@ jobs:
- name: Run pre-commit
run: uvx pre-commit run --all-files
- name: Stubs consistency check
if: ${{ matrix.check-consistency }}
run: |
uv run istub -d

0 comments on commit 9070669

Please sign in to comment.