Skip to content

Commit 6ef3247

Browse files
committed
Set PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1 to test Python 3.14
1 parent c644df1 commit 6ef3247

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test-suite.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
pull_request:
88
# branches: ["master"]
99

10+
env:
11+
FORCE_COLOR: 1
12+
PYO3_USE_ABI3_FORWARD_COMPATIBILITY: 1 # To support Python 3.14
13+
1014
jobs:
1115
tests:
1216
name: "Python ${{ matrix.python-version }}"

0 commit comments

Comments
 (0)