diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3fb2e92..b4eb09f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -29,7 +29,7 @@ jobs: - name: Set up Python 3.10 uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.14" - name: Build wheels uses: PyO3/maturin-action@v1 diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index f0c6a70..0c919c7 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -29,7 +29,7 @@ jobs: - name: Set up Python 3.10 uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.14" - name: Build wheels uses: PyO3/maturin-action@v1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ba3dd69..bb35d73 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: "3.10 - 3.12" + python-version: "3.14" - name: Build wheels uses: PyO3/maturin-action@v1 @@ -48,7 +48,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: "3.10 - 3.12" + python-version: "3.14" architecture: ${{ matrix.platform.arch }} - name: Build wheels uses: PyO3/maturin-action@v1 @@ -68,7 +68,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: "3.10 - 3.12" + python-version: "3.14" - name: Build wheels uses: PyO3/maturin-action@v1 with: