File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55install_requires = [
66 "attrs>=17.2.0" ,
7- "cached-property>=1.3.0; python_version<'3.8'" ,
87 "isodate>=0.5.4" ,
98 "lxml>=4.6.0" ,
109 "platformdirs>=1.4.0" ,
5857 project_urls = {
5958 "Source" : "https://github.com/mvantellingen/python-zeep" ,
6059 },
61- python_requires = ">=3.7 " ,
60+ python_requires = ">=3.8 " ,
6261 install_requires = install_requires ,
6362 tests_require = tests_require ,
6463 extras_require = {
7574 classifiers = [
7675 "Development Status :: 5 - Production/Stable" ,
7776 "License :: OSI Approved :: MIT License" ,
78- "Programming Language :: Python :: 3" ,
79- "Programming Language :: Python :: 3 :: Only" ,
80- "Programming Language :: Python :: 3.7" ,
8177 "Programming Language :: Python :: 3.8" ,
8278 "Programming Language :: Python :: 3.9" ,
8379 "Programming Language :: Python :: 3.10" ,
8480 "Programming Language :: Python :: 3.11" ,
81+ "Programming Language :: Python :: 3.12" ,
8582 "Programming Language :: Python :: Implementation :: CPython" ,
8683 "Programming Language :: Python :: Implementation :: PyPy" ,
8784 ],
You can’t perform that action at this time.
0 commit comments