Skip to content

Commit 85c6e3b

Browse files
committed
TST: run python-dev CI on 3.14-dev
1 parent e954f19 commit 85c6e3b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ jobs:
313313
# To freeze this file, uncomment out the ``if: false`` condition, and migrate the jobs
314314
# to the corresponding posix/windows-macos/sdist etc. workflows.
315315
# Feel free to modify this comment as necessary.
316-
if: false
317316
defaults:
318317
run:
319318
shell: bash -eou pipefail {0}
@@ -345,7 +344,7 @@ jobs:
345344
- name: Set up Python Dev Version
346345
uses: actions/setup-python@v5
347346
with:
348-
python-version: '3.13-dev'
347+
python-version: '3.14-dev'
349348

350349
- name: Build Environment
351350
run: |

0 commit comments

Comments
 (0)