File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1313 fail-fast : false
1414 matrix :
1515 os : [ubuntu-latest, macos-latest, windows-latest]
16- python-version : ["3.8", "3.9", "3.10 "]
16+ python-version : ["3.8", "3.11 "]
1717
1818 steps :
1919 - name : Checkout
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ build-backend = "hatchling.build"
1010name = " jupyter-resource-usage"
1111description = " Jupyter Extension to show resource usage"
1212readme = " README.md"
13- requires-python = " >=3.7 "
13+ requires-python = " >=3.8 "
1414authors = [
1515 { name = " Jupyter Development Team" },
1616]
@@ -30,7 +30,6 @@ classifiers = [
3030 " License :: OSI Approved :: BSD License" ,
3131 " Programming Language :: Python" ,
3232 " Programming Language :: Python :: 3" ,
33- " Programming Language :: Python :: 3.7" ,
3433 " Programming Language :: Python :: 3.8" ,
3534 " Programming Language :: Python :: 3.9" ,
3635 " Programming Language :: Python :: 3.10" ,
You can’t perform that action at this time.
0 commit comments