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.
1 parent 26b81aa commit 50e9231Copy full SHA for 50e9231
.github/workflows/test.yml
@@ -176,7 +176,7 @@ jobs:
176
allow-prereleases: true
177
- name: Set up Python ${{ matrix.python-version }}
178
if: endsWith(matrix.python-version, '-dev')
179
- uses: deadsnakes/action@v3.1.0
+ uses: deadsnakes/action@v3.2.0
180
with:
181
python-version: ${{ matrix.python-version }}
182
nogil: true
0 commit comments