From a56f0c02e42f17d8498a7a10ad618a2004e91805 Mon Sep 17 00:00:00 2001 From: Willow Maccagnoni Date: Thu, 6 Jul 2023 17:36:54 +0200 Subject: [PATCH] python >= 3.11 is required! --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0466667..916d1f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ [project] name = "pycalaos" -version = "0.0.20" +version = "0.0.21" authors = [ { name = "Sébastien Maccagnoni", email = "sebastien@maccagnoni.eu" }, ] description = "Calaos home automation client library" readme = "README.md" -requires-python = ">=3.7" +requires-python = ">=3.11" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License",