From 3165ab3b4fb3917e69264674ce09f0ae605fd044 Mon Sep 17 00:00:00 2001 From: boxydog <93335439+boxydog@users.noreply.github.com> Date: Wed, 3 Apr 2024 12:07:32 -0500 Subject: [PATCH] Update pyproject.toml with python support Supports python 3.5-3.11 as well. See also https://github.com/dilshod/xlsx2csv/issues/254 --- pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index ddbc744..4e1785e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,13 @@ classifiers = [ "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", + "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Topic :: Office/Business", "Topic :: Utilities", ]