]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Add classifier for 3.12 (#3866)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Sat, 9 Sep 2023 05:16:25 +0000 (22:16 -0700)
committerGitHub <noreply@github.com>
Sat, 9 Sep 2023 05:16:25 +0000 (22:16 -0700)
pyproject.toml

index 8585f4efbed02151400cbaf8272068e23c69c728..ebfbede8559addba19bd9b78d9ecb53ca11bd906 100644 (file)
@@ -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",
 ]