diff --git a/.github/workflows/ci-prb.yml b/.github/workflows/ci-prb.yml index 517988f3..45387a1f 100644 --- a/.github/workflows/ci-prb.yml +++ b/.github/workflows/ci-prb.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python: [ "3.8", "3.9", "3.10", "3.11", "3.12" ] + python: [ "3.10", "3.11", "3.12", "3.13", "3.14" ] os: [ ubuntu-latest ] steps: - name: Checkout Code diff --git a/.github/workflows/ci-release-docs.yml b/.github/workflows/ci-release-docs.yml index 4b7dd427..c4dc5169 100644 --- a/.github/workflows/ci-release-docs.yml +++ b/.github/workflows/ci-release-docs.yml @@ -13,7 +13,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: "3.11" + python-version: "3.14" - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index d34c63cc..0daf1108 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: "3.11" + python-version: "3.14" - name: Install build run: >- python3 -m diff --git a/.github/workflows/ci-snapshot.yml b/.github/workflows/ci-snapshot.yml index b68934f8..c47b52a4 100644 --- a/.github/workflows/ci-snapshot.yml +++ b/.github/workflows/ci-snapshot.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: "3.11" + python-version: "3.14" - name: Install build run: >- python3 -m