Skip to content

Commit d4dfe65

Browse files
committed
Change requirement to Python 3.11
because of tomllib.
1 parent 577cb1b commit d4dfe65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def get_identifier(json):
6262
"toml",
6363
"traitlets",
6464
],
65-
python_requires=">=3.9",
65+
python_requires=">=3.11",
6666
author="Project Jupyter Contributors",
6767
author_email="[email protected]",
6868
url="https://repo2docker.readthedocs.io/en/latest/",

0 commit comments

Comments
 (0)