From 50ff8f1219f155671c440f2182935d10d34ae04c Mon Sep 17 00:00:00 2001 From: lucasheld Date: Mon, 1 May 2023 19:06:28 +0200 Subject: [PATCH] feat: drop python 3.6 support BREAKING CHANGE: Python 3.7+ required --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84f57c8..44328ff 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ uptime-kuma-api is a Python wrapper for the [Uptime Kuma](https://github.com/lou This package was developed to configure Uptime Kuma with Ansible. The Ansible collection can be found at https://github.com/lucasheld/ansible-uptime-kuma. -Python version 3.6+ is required. +Python version 3.7+ is required. Supported Uptime Kuma versions: 1.17.0 - 1.21.2