Skip to content

Commit d59dd13

Browse files
kloczekmvantellingen
authored andcommitted
update module metadata to support python>=3.8 only.
Signed-off-by: Tomasz Kłoczko <kloczek@github.com>
1 parent 50b7b40 commit d59dd13

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

setup.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
install_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",
@@ -58,7 +57,7 @@
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={
@@ -75,13 +74,11 @@
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
],

0 commit comments

Comments
 (0)