File tree 4 files changed +7
-8
lines changed
4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 21
21
with :
22
22
token : ${{ secrets.GITHUB_TOKEN }}
23
23
- name : Upload Distributions
24
- uses : actions/upload-artifact@v2
24
+ uses : actions/upload-artifact@v4
25
25
with :
26
26
name : jupyter-resource-usage-releaser-dist-${{ github.run_number }}
27
27
path : .jupyter_releaser_checkout/dist
Original file line number Diff line number Diff line change 15
15
fail-fast : false
16
16
matrix :
17
17
os : [ubuntu, macos, windows]
18
- python-version : ["3.7 ", "3.10 "]
18
+ python-version : ["3.9 ", "3.13 "]
19
19
20
20
steps :
21
21
- name : Checkout
Original file line number Diff line number Diff line change 1
1
2
- import io
3
- import logging
4
2
import pytest
5
3
6
- from traitlets import default
7
- from .mockextension import MockExtensionApp
8
4
from notebook_shim import shim
9
5
10
6
Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ dependencies = [
31
31
" jupyter_server>=1.8,<3"
32
32
]
33
33
34
+ [project .urls ]
35
+ Homepage = " https://jupyter.org"
36
+ Source = " https://github.com/jupyter/notebook_shim"
37
+
34
38
[tool .hatch .build .targets .wheel .shared-data ]
35
39
"jupyter_server_config.d/notebook_shim.json" = " etc/jupyter/jupyter_server_config.d/notebook_shim.json"
36
40
@@ -44,8 +48,6 @@ test = [
44
48
45
49
46
50
47
-
48
-
49
51
[tool .hatch .version ]
50
52
path = " notebook_shim/_version.py"
51
53
@@ -80,6 +82,7 @@ default = ""
80
82
ignore = [" tbump.toml" , " .*" , " conftest.py" ]
81
83
82
84
[tool .pytest .ini_options ]
85
+ minversion = " 7"
83
86
norecursedirs = [" confs" ]
84
87
testpaths = [
85
88
" notebook_shim/tests"
You can’t perform that action at this time.
0 commit comments