File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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
44add_docs : true
55add_extension : jupyter
Original file line number Diff line number Diff line change 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'
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
Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ classifiers = [
2222 " Development Status :: 3 - Alpha" ,
2323 " Framework :: Jupyter" ,
2424 " Framework :: Jupyter :: JupyterLab" ,
25+ " Framework :: Jupyter :: JupyterLab :: 4" ,
26+ " Framework :: Jupyter :: JupyterLab :: Extensions" ,
27+ " Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt" ,
2528 " Programming Language :: Python" ,
2629 " Programming Language :: Python :: Implementation :: CPython" ,
2730 " Programming Language :: Python :: Implementation :: PyPy" ,
@@ -87,6 +90,7 @@ branch = true
8790omit = [
8891 " python_template_jupyter/tests/integration/" ,
8992]
93+
9094[tool .coverage .report ]
9195exclude_also = [
9296 " raise NotImplementedError" ,
You can’t perform that action at this time.
0 commit comments