Skip to content

Commit 602bcab

Browse files
committed
Tweak python versions in build.yaml
Signed-off-by: Fabrice Normandin <[email protected]>
1 parent 751fe0b commit 602bcab

File tree

3 files changed

+15
-79
lines changed

3 files changed

+15
-79
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ concurrency:
1818
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1919
cancel-in-progress: true
2020

21-
2221
jobs:
2322
linting:
2423
name: Run linting/pre-commit checks
@@ -48,6 +47,7 @@ jobs:
4847
version: "latest"
4948
# https://github.com/astral-sh/setup-uv?tab=readme-ov-file#github-authentication-token
5049
github-token: ${{ secrets.GITHUB_TOKEN }}
50+
python-version: "3.12"
5151
- name: Install dependencies
5252
run: uv sync --frozen --extra docs
5353
- name: Build the documentation (strict mode)
@@ -60,7 +60,7 @@ jobs:
6060
max-parallel: 4
6161
matrix:
6262
platform: [ubuntu-latest, macos-latest]
63-
python-version: ["3.11"]
63+
python-version: ["3.12"]
6464
steps:
6565
- uses: actions/checkout@v4
6666
- name: Install the latest version of uv

.github/workflows/docs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ jobs:
1717
version: "latest"
1818
# https://github.com/astral-sh/setup-uv?tab=readme-ov-file#github-authentication-token
1919
github-token: ${{ secrets.GITHUB_TOKEN }}
20-
cache-suffix: "3.10"
21-
22-
- name: Pin python-version
23-
run: uv python pin 3.10
20+
python-version: "3.12"
2421

2522
- name: Install dependencies
2623
run: uv sync --extra docs --frozen

uv.lock

Lines changed: 12 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)