Skip to content

Commit a101faa

Browse files
authored
Require Python 3.8+ (#201)
1 parent 8a51d50 commit a101faa

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build-backend = "hatchling.build"
1010
name = "jupyter-resource-usage"
1111
description = "Jupyter Extension to show resource usage"
1212
readme = "README.md"
13-
requires-python = ">=3.7"
13+
requires-python = ">=3.8"
1414
authors = [
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",

0 commit comments

Comments
 (0)