Skip to content

Commit 6bf04be

Browse files
committed
CI - add Python 3.12 tests to ci-daily (quantumlib#6605)
Run ci-daily tests with Python 3.12 in addition to 3.10 and 3.11. Also clean up dependency constraints that got unnecessary after quantumlib#6281. Follow-up to quantumlib#6460
1 parent 263eb07 commit 6bf04be

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/ci-daily.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Pytest Ubuntu
1515
strategy:
1616
matrix:
17-
python-version: ['3.10', '3.11']
17+
python-version: ['3.10', '3.11', '3.12']
1818
runs-on: ubuntu-20.04
1919
steps:
2020
- uses: actions/checkout@v4
@@ -44,7 +44,7 @@ jobs:
4444
name: Pytest Windows
4545
strategy:
4646
matrix:
47-
python-version: ['3.10', '3.11']
47+
python-version: ['3.10', '3.11', '3.12']
4848
runs-on: windows-2019
4949
steps:
5050
- uses: actions/checkout@v4
@@ -70,7 +70,7 @@ jobs:
7070
name: Pytest MacOS
7171
strategy:
7272
matrix:
73-
python-version: ['3.10', '3.11']
73+
python-version: ['3.10', '3.11', '3.12']
7474
# TODO(#6577): upgrade to macos-latest when it runs Python 3.10
7575
runs-on: macos-13
7676
steps:

dev_tools/requirements/deps/notebook.txt

-5
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,3 @@ papermill~=2.6
1212

1313
# assumed to be part of colab
1414
seaborn~=0.12
15-
16-
# TODO(#6281) - remove below after the merge of #6281
17-
jupyterlab~=4.0.13
18-
jupyterlab-server~=2.24.0
19-
nbformat~=5.10.4

0 commit comments

Comments
 (0)