File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -57,11 +57,10 @@ jobs:
57
57
- name : Base Setup
58
58
uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
59
59
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
63
61
- name : Run the unit tests
64
62
run : |
63
+ python -m pip install ".[test]"
65
64
python -m pytest -vv || python -m pytest -vv --lf
66
65
67
66
test_prereleases :
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ classifiers = [
19
19
]
20
20
requires-python = " >=3.8"
21
21
dependencies = [
22
- " packaging" ,
23
- " tomlkit" ,
22
+ " packaging>=22.0 " ,
23
+ " tomlkit>=0.12.1 " ,
24
24
" setuptools>=60.2.0" ,
25
- " wheel" ,
26
- " deprecation" ,
25
+ " wheel>=0.41.1 " ,
26
+ " deprecation>=2.1.0 " ,
27
27
]
28
28
29
29
[project .readme ]
You can’t perform that action at this time.
0 commit comments