@@ -30,22 +30,19 @@ 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.0" ,
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" ,
4743 "Programming Language :: Python :: 3.11" ,
4844 "Programming Language :: Python :: 3.12" ,
45+ "Programming Language :: Python :: 3.13" ,
4946 "Programming Language :: Python :: 3 :: Only" ,
5047 "Programming Language :: Python" ,
5148 "Topic :: Software Development" ,
0 commit comments