Skip to content

Commit 0dd773a

Browse files
authored
Fix PyO3 CI failure with Python 3.15 (#7836)
* Trigger CI * fix 3.15 failures
1 parent 0d8475a commit 0dd773a

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)