We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5001af6 commit 62d89f9Copy full SHA for 62d89f9
1 file changed
setup.py
@@ -33,7 +33,7 @@
33
"Programming Language :: Python :: 3.10",
34
"Programming Language :: Python :: 3.11",
35
],
36
- python_requires=">3.5",
+ python_requires=">=3.7",
37
description="Official Hetzner Cloud python library",
38
install_requires=requirements,
39
extras_require=extras_require,
0 commit comments