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 e954f19 commit 85c6e3bCopy full SHA for 85c6e3b
.github/workflows/unit-tests.yml
@@ -313,7 +313,6 @@ jobs:
313
# To freeze this file, uncomment out the ``if: false`` condition, and migrate the jobs
314
# to the corresponding posix/windows-macos/sdist etc. workflows.
315
# Feel free to modify this comment as necessary.
316
- if: false
317
defaults:
318
run:
319
shell: bash -eou pipefail {0}
@@ -345,7 +344,7 @@ jobs:
345
344
- name: Set up Python Dev Version
346
uses: actions/setup-python@v5
347
with:
348
- python-version: '3.13-dev'
+ python-version: '3.14-dev'
349
350
- name: Build Environment
351
run: |
0 commit comments