Skip to content

Commit

Permalink
Only use oldest and latest supported Python
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnr committed Jan 22, 2025
1 parent ef3465c commit e6b9e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-24.04, windows-2022, macos-15]
python-version: ['3.10', '3.11', '3.12', '3.13']
python-version: ['3.10', '3.13']
name: Run tests (Python ${{ matrix.python-version }} on ${{ matrix.os }})
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit e6b9e23

Please sign in to comment.