Skip to content

Commit 6fe4f8e

Browse files
Backport PR #7836: Fix PyO3 CI failure with Python 3.15 (#7837)
Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
1 parent 9a3f3aa commit 6fe4f8e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ jobs:
110110
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
111111
with:
112112
dependency_type: pre
113+
# TODO: Remove this pin once rpds-py supports Python 3.15.
114+
# Upstream: https://github.com/crate-py/rpds/issues/210
115+
python_version: '3.14'
113116
- name: Run the tests
114117
run: |
115118
hatch run test:nowarn || hatch run test:nowarn --lf

0 commit comments

Comments
 (0)