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

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:

Drop support for Python 3.7 (#3765)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Wed, 5 Jul 2023 17:08:04 +0000 (10:08 -0700)
committerGitHub <noreply@github.com>
Wed, 5 Jul 2023 17:08:04 +0000 (10:08 -0700)
commitb4dca26c7d93f930bbd5a7b552807370b60d4298
tree93641d78f3a505faf1bdb32c30860cf705a38ebc
parentcf4cc2981900565ab931aada176abf08a1f5782d
Drop support for Python 3.7 (#3765)
17 files changed:
.github/workflows/fuzz.yml
.github/workflows/test.yml
CHANGES.md
docs/integrations/editors.md
mypy.ini
pyproject.toml
scripts/make_width_table.py
src/black/_width_table.py
src/black/brackets.py
src/black/comments.py
src/black/mode.py
src/black/nodes.py
src/black/parsing.py
src/black/strings.py
src/black/trans.py
src/blib2to3/pgen2/token.py
src/blib2to3/pgen2/tokenize.py