Skip to content

Commit

Permalink
Increased minimum Python version (#1179)
Browse files Browse the repository at this point in the history
  • Loading branch information
sliverc authored Sep 22, 2023
1 parent 14c1ddc commit 1e37d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ def get_package_data(package):
"openapi": ["pyyaml>=5.4", "uritemplate>=3.0.1"],
},
setup_requires=wheel,
python_requires=">=3.7",
python_requires=">=3.8",
zip_safe=False,
)

0 comments on commit 1e37d00

Please sign in to comment.