We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd47de1 commit d343e94Copy full SHA for d343e94
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- python-version: ['3.8', '3.9', '3.10']
+ python-version: ['3.9', '3.10', '3.13']
16
steps:
17
- name: Checkout
18
uses: actions/checkout@v4
@@ -61,7 +61,7 @@ jobs:
61
pip uninstall -y "jupyterlab_git" jupyterlab
62
63
- name: Upload extension packages
64
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
65
if: ${{ matrix.python-version == '3.10' }}
66
with:
67
name: extension-artifacts
0 commit comments