Skip to content

Commit 7eba335

Browse files
authored
CI - disable ci-daily tests with Python 3.14 on Mac OS X (#7912)
Notebook tests need a pre-compiled qsimcirq wheel for Python 3.14. Related to quantumlib/qsim#1017
1 parent b8bfd90 commit 7eba335

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-daily.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ jobs:
7373
name: Pytest MacOS
7474
strategy:
7575
matrix:
76-
python-version: ['3.11', '3.12', '3.13', '3.14']
76+
# TODO: quantumlib/qsim#1017 - enable '3.14' when qsimcirq has binary wheel
77+
python-version: ['3.11', '3.12', '3.13']
7778
runs-on: macos-15
7879
steps:
7980
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)