Skip to content

Commit f0d8689

Browse files
authored
Try just using uv to grab Python 3.14. (#7)
PBS now supports 3.14.0rc1.
1 parent 815e6fc commit f0d8689

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,20 @@ jobs:
3737
- os: ubuntu-24.04
3838
python-version: "3.13"
3939
- os: ubuntu-24.04
40-
python-version: "3.14.0-rc.1"
40+
python-version: "3.14"
4141

4242
- os: macos-15
43-
python-version: "3.14.0-rc.1"
43+
python-version: "3.14"
4444

4545
- os: windows-2022
46-
python-version: "3.14.0-rc.1"
46+
python-version: "3.14"
4747
steps:
4848
- name: Checkout dev-cmd
4949
uses: actions/checkout@v4
50-
- name: Setup Python
51-
uses: actions/setup-python@v5
52-
with:
53-
python-version: ${{ matrix.python-version }}
5450
- name: Install the latest version of uv
5551
uses: astral-sh/setup-uv@v6
52+
with:
53+
python-version: "${{ matrix.python-version }}"
5654
- name: Run CI checks
5755
run: uv run dev-cmd --color always --timings ci -- -vvs
5856

0 commit comments

Comments
 (0)