We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
allow-prereleases: true
1 parent 3526647 commit cc39184Copy full SHA for cc39184
.github/workflows/test.yml
@@ -78,6 +78,7 @@ jobs:
78
with:
79
python-version: ${{ matrix.py }}
80
architecture: ${{ matrix.arch }}
81
+ allow-prereleases: true
82
83
- name: Install Rust
84
if: matrix.arch != 'x86' && (matrix.py != '3.14' || matrix.py != '3.14t')
.github/workflows/wheel.yml
@@ -134,6 +134,7 @@ jobs:
134
135
136
137
138
139
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
140
0 commit comments