File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 strategy :
1212 fail-fast : false
1313 matrix :
14- python-version : ['3.12 ']
14+ python-version : ['3.13 ']
1515 os : [macos-latest, ubuntu-latest, windows-latest]
1616 env :
1717 # Display must be available globally for linux to know where xvfb is
Original file line number Diff line number Diff line change 1414 runs-on : ${{ matrix.os }}
1515 strategy :
1616 matrix :
17- python-version : ["3.12 "]
17+ python-version : ["3.13 "]
1818 # macOS builds not working (on some devices?), and/or there is
1919 # some kind of security block in place which prevents users
2020 # from dragging the executable to the Applications folder.
Original file line number Diff line number Diff line change 1515 - name : Set up Python
1616 uses : actions/setup-python@main
1717 with :
18- python-version : " 3.12 "
18+ python-version : " 3.13 "
1919 - name : Install dependencies
2020 run : |
2121 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 112.26.4
22 - setup: bump dclab to 0.71.7 (ValueError when encountering empty pipeline)
3- - ci: bump build pipeline to Python 3.12
3+ - ci: bump build pipeline to Python 3.13
442.26.3
55 - enh: fetch QuickView image and trace data in `EventGetterThread`
66 - enh: busy indicator in QuickView when event data is fetched in the background
You can’t perform that action at this time.
0 commit comments