Skip to content

Commit 62d89f9

Browse files
authored
feat: bump required python version to >=3.7 (#198)
1 parent 5001af6 commit 62d89f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"Programming Language :: Python :: 3.10",
3434
"Programming Language :: Python :: 3.11",
3535
],
36-
python_requires=">3.5",
36+
python_requires=">=3.7",
3737
description="Official Hetzner Cloud python library",
3838
install_requires=requirements,
3939
extras_require=extras_require,

0 commit comments

Comments
 (0)