From d443199e05bfb82bd9f1e3d3c58910bfbf6ccd5c Mon Sep 17 00:00:00 2001 From: bhavnicksm Date: Sun, 5 Jan 2025 03:54:32 +0530 Subject: [PATCH] =?UTF-8?q?Revert=20"[fix]=20minor=20syntax=20fix=20?= =?UTF-8?q?=E2=80=94=20missing=20comma"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 62aa5a95dc8df20e839a5f09fd06c1f845aac33e. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7d3ab31..a774626 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.8" "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11",