File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
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.13"]
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,19 +14,18 @@ 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" ,
2221]
2322urls = {Homepage = " https://jupyter.org" }
24- requires-python = " >=3.9 "
23+ requires-python = " >=3.10 "
2524dynamic = [" version" ]
2625dependencies = [
2726 " click<8.2.0" ,
2827 " ghapi<=1.0.4" ,
29- " github-activity~=0. 2" ,
28+ " github-activity>=1.1.1,< 2" ,
3029 " importlib_resources" ,
3130 " jsonschema>=3.0.1" ,
3231 " mdformat" ,
You can’t perform that action at this time.
0 commit comments