From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Sat, 9 Sep 2023 05:16:25 +0000 (-0700) Subject: Add classifier for 3.12 (#3866) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/4e93f2aa01606154dc6af6e494b9f2b7e4c8c7fa?hp=716fa08090b6a51e4c72dd0a14b6c45f7da4a9d0 Add classifier for 3.12 (#3866) --- diff --git a/pyproject.toml b/pyproject.toml index 8585f4e..ebfbede 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,6 +57,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Quality Assurance", ]