Skip to content

Commit 432ed14

Browse files
committed
ci: bump build pipeline to Python 3.13
1 parent 895afc7 commit 432ed14

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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

.github/workflows/deploy_github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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.

.github/workflows/deploy_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
2.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
44
2.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

0 commit comments

Comments
 (0)