Skip to content

Commit a932795

Browse files
committed
Fix min dep test
1 parent c7450ea commit a932795

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@ jobs:
5757
- name: Base Setup
5858
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
5959
with:
60-
python_version: "3.8"
61-
- name: Install miniumum versions
62-
uses: jupyterlab/maintainer-tools/.github/actions/install-minimums@v1
60+
dependency_type: minimum
6361
- name: Run the unit tests
6462
run: |
6563
python -m pytest -vv || python -m pytest -vv --lf

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919
]
2020
requires-python = ">=3.8"
2121
dependencies = [
22-
"packaging",
22+
"packaging>=22.0",
2323
"tomlkit",
2424
"setuptools>=60.2.0",
2525
"wheel",

0 commit comments

Comments
 (0)