We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c644df1 commit 6ef3247Copy full SHA for 6ef3247
1 file changed
.github/workflows/test-suite.yml
@@ -7,6 +7,10 @@ on:
7
pull_request:
8
# branches: ["master"]
9
10
+env:
11
+ FORCE_COLOR: 1
12
+ PYO3_USE_ABI3_FORWARD_COMPATIBILITY: 1 # To support Python 3.14
13
+
14
jobs:
15
tests:
16
name: "Python ${{ matrix.python-version }}"
0 commit comments