From b6c38ea55a52115f3969d9c608984e29eb0e814d Mon Sep 17 00:00:00 2001 From: Cosmin Ciocan Date: Fri, 5 Jan 2024 14:46:55 +0100 Subject: [PATCH] Add python tested versions in pyproject.toml --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2c795eb..3a99a3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,8 +12,11 @@ authors = [ { name = "Andrei Nechaev", email = "lyfaradey@yahoo.com" }, ] classifiers = [ - "Programming Language :: Python :: 3", "Programming Language :: Python", + "Programming Language :: Python :: 3", + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', ] dependencies = [] dynamic = ["version"]