File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 6262 path : ./dist
6363
6464 test :
65- name : ${{ matrix.os }} ${{ matrix.python-version }} ${{ matrix.pip-extras }}
65+ name : ${{ matrix.os }} ${{ matrix.python-version }} ${{ matrix.pip-extras }} ${{ (matrix.pip-install-constraints != '' && '(oldest deps)') || '' }}
6666 needs : [build]
6767 timeout-minutes : 30
6868 runs-on : ${{ matrix.os }}
@@ -87,16 +87,17 @@ jobs:
8787 python-version : " 3.8"
8888 pip-extras : lab
8989
90+ include :
9091 # this test is manually updated to reflect the lower bounds of
9192 # versions from dependencies
9293 - os : ubuntu-22.04
9394 python-version : " 3.8"
9495 pip-extras : classic
9596 pip-install-constraints : >-
96- jupyter-server==1.0
97- simpervisor==1.0
98- tornado==5.1
99- traitlets==4.2.1
97+ jupyter-server==1.24. 0
98+ simpervisor==1.0.0
99+ tornado==6.1.0
100+ traitlets==5.1.0
100101
101102 steps :
102103 - uses : actions/checkout@v4
@@ -170,7 +171,7 @@ jobs:
170171 uses : actions/upload-artifact@v4
171172 with :
172173 name : |-
173- tests-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.pip-extras }}-${{ github.run_attempt }}
174+ tests-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.pip-extras }}-${{ (matrix.pip-install-constraints != '' && 'oldest-') || '' }}${{ github.run_attempt }}
174175 path : |
175176 ./build/pytest
176177 ./build/coverage
Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ classifiers = [
4848dependencies = [
4949 " aiohttp" ,
5050 " importlib_metadata >=4.8.3 ; python_version<\" 3.10\" " ,
51- " jupyter-server >=1.0" ,
52- " simpervisor >=1.0" ,
53- " tornado >=5.1 " ,
54- " traitlets >= 4.2.1 " ,
51+ " jupyter-server >=1.24. 0" ,
52+ " simpervisor >=1.0.0 " ,
53+ " tornado >=6.1.0 " ,
54+ " traitlets >= 5.1.0 " ,
5555]
5656
5757[project .optional-dependencies ]
You can’t perform that action at this time.
0 commit comments