From 1a332afa7602449da4eaa6179e4d759ee3bdc11d Mon Sep 17 00:00:00 2001 From: George Hotz <72895+geohot@users.noreply.github.com> Date: Wed, 19 Nov 2025 00:43:04 -0800 Subject: [PATCH] spec test on 3.14 (#12957) --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b4cb12ca1a..80ba3c4e49 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -306,6 +306,7 @@ jobs: with: key: spec-unit deps: testing_unit + python-version: '3.14' - name: Test SPEC=2 run: IGNORE_OOB=0 SPEC=2 PYTHONPATH="." pytest --maxfail=10 -n auto --durations=30 --ignore=test/models --ignore test/unit/test_hashing.py --timeout 60 -k "not test_setitem_big" --splits 2 --group ${{ matrix.group }}