Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1e37d00

Browse files
authored
Increased minimum Python version (#1179)
1 parent 14c1ddc commit 1e37d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,6 @@ def get_package_data(package):
105105
"openapi": ["pyyaml>=5.4", "uritemplate>=3.0.1"],
106106
},
107107
setup_requires=wheel,
108-
python_requires=">=3.7",
108+
python_requires=">=3.8",
109109
zip_safe=False,
110110
)

0 commit comments

Comments
 (0)