@@ -30,22 +30,19 @@ def get_version(package):
30
30
package_dir = {"" : "src" },
31
31
package_data = {"prompt_toolkit" : ["py.typed" ]},
32
32
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" ,
37
34
classifiers = [
38
35
"Development Status :: 5 - Production/Stable" ,
39
36
"Intended Audience :: Developers" ,
40
37
"License :: OSI Approved :: BSD License" ,
41
38
"Operating System :: OS Independent" ,
42
39
"Programming Language :: Python :: 3" ,
43
- "Programming Language :: Python :: 3.7" ,
44
40
"Programming Language :: Python :: 3.8" ,
45
41
"Programming Language :: Python :: 3.9" ,
46
42
"Programming Language :: Python :: 3.10" ,
47
43
"Programming Language :: Python :: 3.11" ,
48
44
"Programming Language :: Python :: 3.12" ,
45
+ "Programming Language :: Python :: 3.13" ,
49
46
"Programming Language :: Python :: 3 :: Only" ,
50
47
"Programming Language :: Python" ,
51
48
"Topic :: Software Development" ,
0 commit comments