diff --git a/.github/workflows/build-rtc.yml b/.github/workflows/build-rtc.yml index 2cd5bea4..1eba5f7f 100644 --- a/.github/workflows/build-rtc.yml +++ b/.github/workflows/build-rtc.yml @@ -82,7 +82,7 @@ jobs: - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 id: setup-python with: - python-version: "3.11" + python-version: "3.14" - name: Build wheels run: pipx run --python '${{ steps.setup-python.outputs.python-path }}' cibuildwheel==3.3.1 --output-dir dist diff --git a/.github/workflows/check-types.yml b/.github/workflows/check-types.yml index 2c8bb6e9..f06324c3 100644 --- a/.github/workflows/check-types.yml +++ b/.github/workflows/check-types.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Python 3.9 uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 with: - python-version: 3.9 + python-version: 3.14 - name: Install uv uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6971d26a..08b7e0ce 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -68,7 +68,7 @@ jobs: - name: Set up Python uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 with: - python-version: "3.10" + python-version: "3.14" - name: Install dependencies run: pip install click packaging @@ -224,7 +224,7 @@ jobs: - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 id: setup-python with: - python-version: "3.11" + python-version: "3.14" - name: Build wheels run: pipx run --python '${{ steps.setup-python.outputs.python-path }}' cibuildwheel==3.3.1 --output-dir dist diff --git a/.github/workflows/ruff.yml b/.github/workflows/ruff.yml index 1a0c91c5..a6e1a33d 100644 --- a/.github/workflows/ruff.yml +++ b/.github/workflows/ruff.yml @@ -7,7 +7,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 with: - python-version: "3.9" + python-version: "3.14" - name: Install uv uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0