Skip to content

Commit c4fb2a3

Browse files
committed
require Python 3.10
1 parent 7db4a73 commit c4fb2a3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ classifiers = [
3232
"Programming Language :: Python :: 3.8",
3333
]
3434
urls = {Homepage = "https://ipython.org"}
35-
requires-python = ">=3.8"
35+
requires-python = ">=3.10"
3636
dependencies = [
37-
"importlib_metadata>=3.6; python_version < '3.10'",
3837
"decorator",
3938
"pyzmq>=25",
4039
"traitlets>=5",
@@ -106,9 +105,6 @@ artifacts = [
106105

107106
[tool.black]
108107
skip-string-normalization = true
109-
target_version = [
110-
"py38",
111-
]
112108
python_cell_magics = ["px"]
113109

114110
[tool.isort]

0 commit comments

Comments
 (0)