From 584e904c29c58d97f0f303d89a029d3131bce616 Mon Sep 17 00:00:00 2001 From: Jonas L Date: Wed, 21 Jun 2023 10:38:46 +0200 Subject: [PATCH] docs: add note about python compatibility (#230) --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f57ae7b..263f47f 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,14 @@ [![Build Status](https://dev.azure.com/ansible/hetzner.hcloud/_apis/build/status/CI?branchName=master)](https://dev.azure.com/ansible/hetzner.hcloud/_build?definitionId=35) [![Codecov](https://img.shields.io/codecov/c/github/ansible-collections/hetzner.hcloud)](https://codecov.io/gh/ansible-collections/hetzner.hcloud) -Ansible Collection: hetzner.hcloud -================================================= +# Ansible Collection: hetzner.hcloud Ansible Hetzner Cloud Collection for controlling your Hetzner Cloud Resources. +### Python version compatibility + +This collection depends on the [hcloud](https://github.com/hetznercloud/hcloud-python) library. Due to the [hcloud](https://github.com/hetznercloud/hcloud-python) Python Support Policy this collection requires Python 3.7 or greater. + ## Release notes See [here](https://github.com/ansible-collections/hetzner.hcloud/tree/master/CHANGELOG.rst).