8000 sync with cpython e7a2d2ae · python/python-docs-zh-tw@b9a134d · GitHub
[go: up one dir, main page]

Skip to content

Sync with CPython 3.13 #3750

Sync with CPython 3.13

Sync with CPython 3.13 #3750

Workflow file for this run

name: build
on:
pull_request:
jobs:
ci:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.13"
- name: Install Dependencies
run: sudo apt-get install gettext
- name: Install uv
uses: astral-sh/setup-uv@v6
- name: Validate
run: VERSION=${{ github.event.repository.default_branch }} JOBS=4 MODE=html make all
0