From adabb9323c203ffaceda6d19ce77d3cd624f844c Mon Sep 17 00:00:00 2001 From: Adam Schubert Date: Thu, 27 Jun 2024 20:55:29 +0200 Subject: [PATCH] fix(setup.py): Fix typo in classifiers --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7126d12..39b99d1 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ def read_readme() -> str: 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', - 'Programming Language :: Python :: 3.12' + 'Programming Language :: Python :: 3.12', 'Topic :: Software Development', ], python_requires='>=3.7',