Skip to content

Commit 1421162

Browse files
committed
manual updates to remove python 3.7 support.
Signed-off-by: Tomasz Kłoczko <[email protected]>
1 parent c170fda commit 1421162

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

setup.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,13 @@ def get_version(package):
3030
package_dir={"": "src"},
3131
package_data={"prompt_toolkit": ["py.typed"]},
3232
install_requires=["wcwidth"],
33-
# We require Python 3.7, because we need:
34-
# - Context variables - PEP 567
35-
# - `asyncio.run()`
36-
python_requires=">=3.7.0",
33+
python_requires=">=3.8",
3734
classifiers=[
3835
"Development Status :: 5 - Production/Stable",
3936
"Intended Audience :: Developers",
4037
"License :: OSI Approved :: BSD License",
4138
"Operating System :: OS Independent",
4239
"Programming Language :: Python :: 3",
43-
"Programming Language :: Python :: 3.7",
4440
"Programming Language :: Python :: 3.8",
4541
"Programming Language :: Python :: 3.9",
4642
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)