Skip to content

Commit b81d59a

Browse files
committed
GHA now uses Python 3.13
1 parent 40e9392 commit b81d59a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_cbsdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
if: "!matrix.config.container"
112112
uses: actions/setup-python@v5
113113
with:
114-
python-version: '3.12'
114+
python-version: '3.13'
115115

116116
- name: Install cibuildwheel
117117
if: "!matrix.config.container"

0 commit comments

Comments
 (0)