diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3bb6e130..42cb026b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.14" - name: Install development dependencies run: python -m pip install -r requirements-dev.txt @@ -83,7 +83,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.14" cache: "pip" - name: Install project dependencies @@ -137,7 +137,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.14" cache: "pip" - name: Install project dependencies @@ -189,7 +189,7 @@ jobs: uses: ./.github/workflows/build-wheel.yml needs: [tests-unix, read-version] with: - python-version: "3.10" + python-version: "3.14" architecture: ${{ matrix.target }} artifact-name: wheels-linux-${{ matrix.target }} runs-on: ${{ matrix.runs-on }} @@ -235,7 +235,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.14" cache: "pip" - name: Download wheel artifacts @@ -274,7 +274,7 @@ jobs: uses: ./.github/workflows/build-wheel.yml needs: [tests-windows, read-version] with: - python-version: "3.10" + python-version: "3.14" architecture: ${{ matrix.target }} artifact-name: wheels-windows-${{ matrix.target }} runs-on: windows-latest @@ -312,7 +312,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.14" cache: "pip" - name: Download wheel artifacts @@ -353,7 +353,7 @@ jobs: uses: ./.github/workflows/build-wheel.yml needs: [tests-unix, read-version] with: - python-version: "3.10" + python-version: "3.14" runs-on: ${{ matrix.runs-on }} artifact-name: wheels-macos-${{ matrix.target }} architecture: ${{ matrix.target }} @@ -403,7 +403,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.14" cache: "pip" - name: Download wheel artifacts @@ -451,7 +451,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.14" cache: "pip" - name: Install dependencies run: pip install -r requirements.txt