Skip to content

Commit ab53dc3

Browse files
authored
Add py37 support and update project config (#31)
1 parent 9f28fea commit ab53dc3

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
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:

pyproject.toml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,17 @@ keywords = [
2020
"pytest",
2121
]
2222
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",
2428
]
2529
dependencies = [
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]
5256
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"
5360

5461
[tool.hatch.version]
5562
path = "pytest_jupyter/_version.py"

0 commit comments

Comments
 (0)