File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4040 fail-fast : false
4141 matrix :
4242 os : [ubuntu-latest, windows-latest, macos-latest]
43- python-version : ["3.8 ", "3.12 "]
43+ python-version : ["3.9 ", "3.13 "]
4444 steps :
4545 - uses : actions/checkout@v4
4646 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
Original file line number Diff line number Diff line change @@ -14,13 +14,14 @@ classifiers = [
1414 " Intended Audience :: Science/Research" ,
1515 " License :: OSI Approved :: BSD License" ,
1616 " Programming Language :: Python" ,
17- " Programming Language :: Python :: 3.8" ,
1817 " Programming Language :: Python :: 3.9" ,
1918 " Programming Language :: Python :: 3.10" ,
2019 " Programming Language :: Python :: 3.11" ,
20+ " Programming Language :: Python :: 3.12" ,
21+ " Programming Language :: Python :: 3.13" ,
2122]
2223urls = {Homepage = " https://jupyter.org" }
23- requires-python = " >=3.8 "
24+ requires-python = " >=3.9 "
2425dynamic = [" version" ]
2526dependencies = [
2627 " click" ,
You can’t perform that action at this time.
0 commit comments