Skip to content

Commit

Permalink
Use Python 3.12 for CF pages build (pydantic#10761)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin authored Nov 4, 2024
1 parent 1365409 commit b4308e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:

- uses: pdm-project/setup-pdm@v4
with:
# cloudflare pages build containers run 3.8, hence using it here
python-version: '3.8'
# cloudflare pages build uses python 3.12, see `/.python-version`
python-version: '3.12'

- name: install dependencies
# Unlike the docs build, we don't use mkdocs_material-insiders
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docs-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: pdm-project/setup-pdm@v4
with:
python-version: '3.11'
python-version: '3.12'
cache: true

- name: install
Expand All @@ -38,7 +38,7 @@ jobs:

- uses: pdm-project/setup-pdm@v4
with:
python-version: '3.11'
python-version: '3.12'
cache: true

- name: install deps
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:

- uses: pdm-project/setup-pdm@v4
with:
python-version: '3.10'
python-version: '3.12'

- name: install
run: |
Expand Down

0 comments on commit b4308e0

Please sign in to comment.