From 01eb90c2ce880946d4bce3be245f389a5813225b Mon Sep 17 00:00:00 2001 From: Daniel Gafni Date: Tue, 7 Nov 2023 17:56:26 +0100 Subject: [PATCH] add python versions --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fca461e..55713f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,10 @@ keywords = ["state", "control", "remote", "application"] classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities", - "Programming Language :: Python" + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", ] [tool.poetry.dependencies]