We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7450ea commit a932795Copy full SHA for a932795
.github/workflows/main.yml
@@ -57,9 +57,7 @@ jobs:
57
- name: Base Setup
58
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
59
with:
60
- python_version: "3.8"
61
- - name: Install miniumum versions
62
- uses: jupyterlab/maintainer-tools/.github/actions/install-minimums@v1
+ dependency_type: minimum
63
- name: Run the unit tests
64
run: |
65
python -m pytest -vv || python -m pytest -vv --lf
pyproject.toml
@@ -19,7 +19,7 @@ classifiers = [
19
]
20
requires-python = ">=3.8"
21
dependencies = [
22
- "packaging",
+ "packaging>=22.0",
23
"tomlkit",
24
"setuptools>=60.2.0",
25
"wheel",
0 commit comments