Skip to content

Commit fbc7052

Browse files
committed
require 3.8+
1 parent 81bef19 commit fbc7052

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
fail-fast: false
4646
matrix:
4747
os: [ubuntu-latest, windows-latest, macos-latest]
48-
python-version: ["3.7", "3.10"]
48+
python-version: ["3.8", "3.10"]
4949
steps:
5050
- name: Checkout
5151
uses: actions/checkout@v2

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@ classifiers = [
1414
"Intended Audience :: Science/Research",
1515
"License :: OSI Approved :: BSD License",
1616
"Programming Language :: Python",
17-
"Programming Language :: Python :: 3.7",
1817
"Programming Language :: Python :: 3.8",
1918
"Programming Language :: Python :: 3.9",
2019
"Programming Language :: Python :: 3.10",
2120
]
2221
urls = {Homepage = "https://jupyter.org"}
23-
requires-python = ">=3.7"
22+
requires-python = ">=3.8"
2423
dependencies = [
2524
"build",
2625
"check-manifest",

0 commit comments

Comments
 (0)