]> 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:

Remove Python 3.7 from classifiers (#3784)
authorNicola Soranzo <nicola.soranzo@gmail.com>
Tue, 11 Jul 2023 14:21:15 +0000 (15:21 +0100)
committerGitHub <noreply@github.com>
Tue, 11 Jul 2023 14:21:15 +0000 (07:21 -0700)
Follow-up on https://github.com/psf/black/pull/3765

pyproject.toml

index 175f7851dee305878fd0f47df6b2437dd1673c7a..aaac42b44b913ec94f4dd9902af17e107c983fc2 100644 (file)
@@ -54,7 +54,6 @@ classifiers = [
   "Operating System :: OS Independent",
   "Programming Language :: Python",
   "Programming Language :: Python :: 3 :: Only",
-  "Programming Language :: Python :: 3.7",
   "Programming Language :: Python :: 3.8",
   "Programming Language :: Python :: 3.9",
   "Programming Language :: Python :: 3.10",