File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 23
23
python-version : " 3.9"
24
24
- os : ubuntu-latest
25
25
python-version : " pypy-3.8"
26
+ - os : ubuntu-latest
27
+ python-version : " 3.7"
26
28
- os : macos-latest
27
29
python-version : " 3.10"
28
30
steps :
Original file line number Diff line number Diff line change @@ -20,13 +20,17 @@ keywords = [
20
20
" pytest" ,
21
21
]
22
22
classifiers = [
23
- " Framework :: Pytest" ,
23
+ " Development Status :: 4 - Beta" ,
24
+ " Framework :: Jupyter" ,
25
+ " License :: OSI Approved :: BSD License" ,
26
+ " Programming Language :: Python" ,
27
+ " Programming Language :: Python :: 3" ,
24
28
]
25
29
dependencies = [
26
30
" pytest" ,
27
31
" jupyter_core"
28
32
]
29
- requires-python = " >=3.8 "
33
+ requires-python = " >=3.7 "
30
34
31
35
32
36
[project .optional-dependencies ]
@@ -50,6 +54,9 @@ test = [
50
54
51
55
[project .urls ]
52
56
Homepage = " http://jupyter.org"
57
+ Funding = " https://numfocus.org/donate"
58
+ Source = " https://github.com/jupyter-server/pytest-jupyter"
59
+ Tracker = " https://github.com/jupyter-server/pytest-jupyter/issues"
53
60
54
61
[tool .hatch .version ]
55
62
path = " pytest_jupyter/_version.py"
You can’t perform that action at this time.
0 commit comments