We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a3f3aa commit 6fe4f8eCopy full SHA for 6fe4f8e
1 file changed
.github/workflows/build.yml
@@ -110,6 +110,9 @@ jobs:
110
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
111
with:
112
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'
116
- name: Run the tests
117
run: |
118
hatch run test:nowarn || hatch run test:nowarn --lf
0 commit comments