File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -39,18 +39,17 @@ jobs:
3939 matrix :
4040 os : [ubuntu-latest, windows-latest, macos-latest]
4141 python-version :
42- - " 3.8"
43- - " 3.12"
44- - " 3.13-dev"
42+ - " 3.9"
43+ - " 3.13"
4544 include :
4645 - os : windows-latest
47- python-version : " 3.11 "
46+ python-version : " 3.12 "
4847 - os : ubuntu-latest
49- python-version : " pypy-3.9 "
48+ python-version : " pypy-3.10 "
5049 - os : ubuntu-latest
51- python-version : " 3.10 "
50+ python-version : " 3.11 "
5251 - os : macos-latest
53- python-version : " 3.9 "
52+ python-version : " 3.10 "
5453 steps :
5554 - uses : actions/checkout@v4
5655 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ classifiers = [
1818 " Programming Language :: Python" ,
1919 " Programming Language :: Python :: 3"
2020]
21- requires-python = " >=3.8 "
21+ requires-python = " >=3.9 "
2222dependencies = [
2323 " importlib_metadata>=4.8.3;python_version<\" 3.10\" " ,
2424 " jupyter_core>=4.12,!=5.0.*" ,
You can’t perform that action at this time.
0 commit comments