Skip to content

Commit

Permalink
github: Use only Python 3.13 for pull request runs
Browse files Browse the repository at this point in the history
...speeds up PR cycle time by not running on all the possible Python
configurations all the time.
  • Loading branch information
penberg committed Jan 31, 2025
1 parent 7f0274e commit d8f3055
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- "3.11"
- "3.12"
- "3.13"
exclude:
- ${{ github.event_name == 'pull_request' && matrix.python-version != '3.13' }}
runs-on: ${{ matrix.os }}

defaults:
Expand Down

0 comments on commit d8f3055

Please sign in to comment.