We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f49e26e commit 02a0783Copy full SHA for 02a0783
1 file changed
.github/workflows/ci.yml
@@ -15,13 +15,13 @@ jobs:
15
strategy:
16
fail-fast: true
17
matrix:
18
- python: ["3.10", "3.13"]
+ python: ["3.10", "3.14"]
19
os: [ubuntu-latest, macos-intel, macos-arm, windows-latest]
20
include:
21
- os: macos-intel
22
- runsOn: macos-13
+ runsOn: macos-15-intel
23
- os: macos-arm
24
- runsOn: macos-14
+ runsOn: macos-latest
25
runs-on: ${{ matrix.runsOn || matrix.os }}
26
steps:
27
- uses: astral-sh/setup-uv@v5
0 commit comments