Skip to content

Commit

Permalink
Update CI configuration for MSRV 1.77
Browse files Browse the repository at this point in the history
  • Loading branch information
musicinmybrain committed Jan 11, 2025
1 parent d05eadc commit 877f765
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, macos, windows]
rust-version: [stable, '1.72']
rust-version: [stable, '1.77']
python-version:
- '3.9'
- '3.10'
Expand All @@ -31,9 +31,9 @@ jobs:
- 'pypy3.9'
- 'pypy3.10'
exclude:
- rust-version: '1.72'
- rust-version: '1.77'
os: macos
- rust-version: '1.72'
- rust-version: '1.77'
os: windows

runs-on: ${{ matrix.os }}-latest
Expand Down

0 comments on commit 877f765

Please sign in to comment.