Skip to content

Commit 13b5d4b

Browse files
authored
Merge pull request #332 from finos/copier-update-2026-03-01T05-28-38
Update from copier (2026-03-01T05:28:38)
2 parents e1a20b0 + fb933eb commit 13b5d4b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 08a244d
2+
_commit: 4d4d95a
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: false
55
add_extension: jupyter

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
if: matrix.os == 'ubuntu-latest'
6464

6565
- name: Upload test results (Python)
66-
uses: actions/upload-artifact@v6
66+
uses: actions/upload-artifact@v7
6767
with:
6868
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.node-version }}
6969
path: '**/junit.xml'
@@ -84,7 +84,7 @@ jobs:
8484
run: make dist
8585
if: matrix.os == 'ubuntu-latest'
8686

87-
- uses: actions/upload-artifact@v6
87+
- uses: actions/upload-artifact@v7
8888
with:
8989
name: dist-${{matrix.os}}
9090
path: dist

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ classifiers = [
2828
"Development Status :: 3 - Alpha",
2929
"Framework :: Jupyter",
3030
"Framework :: Jupyter :: JupyterLab",
31+
"Framework :: Jupyter :: JupyterLab :: 4",
32+
"Framework :: Jupyter :: JupyterLab :: Extensions",
33+
"Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt",
3134
"Programming Language :: Python",
3235
"Programming Language :: Python :: Implementation :: CPython",
3336
"Programming Language :: Python :: Implementation :: PyPy",

0 commit comments

Comments
 (0)