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 2323 python-version : " 3.9"
2424 - os : ubuntu-latest
2525 python-version : " pypy-3.8"
26+ - os : ubuntu-latest
27+ python-version : " 3.7"
2628 - os : macos-latest
2729 python-version : " 3.10"
2830 steps :
Original file line number Diff line number Diff line change @@ -20,13 +20,17 @@ keywords = [
2020 " pytest" ,
2121]
2222classifiers = [
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" ,
2428]
2529dependencies = [
2630 " pytest" ,
2731 " jupyter_core"
2832]
29- requires-python = " >=3.8 "
33+ requires-python = " >=3.7 "
3034
3135
3236[project .optional-dependencies ]
@@ -50,6 +54,9 @@ test = [
5054
5155[project .urls ]
5256Homepage = " 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"
5360
5461[tool .hatch .version ]
5562path = " pytest_jupyter/_version.py"
You can’t perform that action at this time.
0 commit comments