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 13
13
fail-fast : false
14
14
matrix :
15
15
os : [ubuntu-latest, macos-latest, windows-latest]
16
- python-version : ["3.8", "3.9", "3.10 "]
16
+ python-version : ["3.8", "3.11 "]
17
17
18
18
steps :
19
19
- name : Checkout
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ build-backend = "hatchling.build"
10
10
name = " jupyter-resource-usage"
11
11
description = " Jupyter Extension to show resource usage"
12
12
readme = " README.md"
13
- requires-python = " >=3.7 "
13
+ requires-python = " >=3.8 "
14
14
authors = [
15
15
{ name = " Jupyter Development Team" },
16
16
]
@@ -30,7 +30,6 @@ classifiers = [
30
30
" License :: OSI Approved :: BSD License" ,
31
31
" Programming Language :: Python" ,
32
32
" Programming Language :: Python :: 3" ,
33
- " Programming Language :: Python :: 3.7" ,
34
33
" Programming Language :: Python :: 3.8" ,
35
34
" Programming Language :: Python :: 3.9" ,
36
35
" Programming Language :: Python :: 3.10" ,
You can’t perform that action at this time.
0 commit comments