File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4242 fail-fast : false
4343 matrix :
4444 os : [ubuntu-latest, windows-latest, macos-latest]
45- python-version : ["3.9 ", "3.13 "]
45+ python-version : ["3.10 ", "3.14 "]
4646 steps :
4747 - uses : actions/checkout@v4
4848 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ classifiers = [
1414 " Intended Audience :: Science/Research" ,
1515 " License :: OSI Approved :: BSD License" ,
1616 " Programming Language :: Python" ,
17- " Programming Language :: Python :: 3.9" ,
1817 " Programming Language :: Python :: 3.10" ,
1918 " Programming Language :: Python :: 3.11" ,
2019 " Programming Language :: Python :: 3.12" ,
2120 " Programming Language :: Python :: 3.13" ,
21+ " Programming Language :: Python :: 3.14" ,
2222]
2323urls = {Homepage = " https://jupyter.org" }
24- requires-python = " >=3.9 "
24+ requires-python = " >=3.10 "
2525dynamic = [" version" ]
2626dependencies = [
2727 " click<8.2.0" ,
You can’t perform that action at this time.
0 commit comments