Skip to content

Commit

Permalink
feat: bump required python version to >=3.7 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola authored Jun 21, 2023
1 parent 5001af6 commit 62d89f9
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 @@ -33,7 +33,7 @@
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
python_requires=">3.5",
python_requires=">=3.7",
description="Official Hetzner Cloud python library",
install_requires=requirements,
extras_require=extras_require,
Expand Down

0 comments on commit 62d89f9

Please sign in to comment.