We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d8475a commit 0dd773aCopy full SHA for 0dd773a
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