Skip to content

Commit 2ab3fb7

Browse files
committed
Merge remote-tracking branch 'origin/masenf/ci-3.14' into masenf/python3.14-compat
2 parents 5f468da + 1e6af0d commit 2ab3fb7

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/actions/setup_build_env/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,5 @@ runs:
4242
if: inputs.run-uv-sync == 'true'
4343
run: uv sync
4444
shell: bash
45+
env:
46+
PYO3_USE_ABI3_FORWARD_COMPATIBILITY: 1

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
matrix:
4444
# Show OS combos first in GUI
4545
os: [ubuntu-latest, windows-latest]
46-
python-version: ["3.10", "3.11", "3.12", "3.13"]
46+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
4747

4848
runs-on: ${{ matrix.os }}
4949
steps:

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
os: [ubuntu-latest, windows-latest]
31-
python-version: ["3.10", "3.11", "3.12", "3.13"]
31+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
3232
runs-on: ${{ matrix.os }}
3333

3434
# Service containers to run with `runner-job`

0 commit comments

Comments
 (0)