Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,20 @@ jobs:
- os: ubuntu-24.04
python-version: "3.13"
- os: ubuntu-24.04
python-version: "3.14.0-rc.1"
python-version: "3.14"

- os: macos-15
python-version: "3.14.0-rc.1"
python-version: "3.14"

- os: windows-2022
python-version: "3.14.0-rc.1"
python-version: "3.14"
steps:
- name: Checkout dev-cmd
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v6
with:
python-version: "${{ matrix.python-version }}"
- name: Run CI checks
run: uv run dev-cmd --color always --timings ci -- -vvs