Drop support for Python 2 and Python < 3.6
commit81d4a434ef74975f9def48fa432de3c72d25b992
authorAnish Athalye <me@anishathalye.com>
Sun, 10 Sep 2023 00:39:45 +0000 (9 20:39 -0400)
committerAnish Athalye <me@anishathalye.com>
Sun, 10 Sep 2023 00:57:01 +0000 (9 20:57 -0400)
tree05fae26df20b305531331a7707232ce6531fefe8
parent712b30a44508dacba8d2f250753035f168e0812b
Drop support for Python 2 and Python < 3.6

This patch also deletes all of the compatibility code that we no longer
need.
21 files changed:
.github/workflows/build.yml
CHANGELOG.md
README.md
bin/dotbot
dotbot/config.py
dotbot/context.py
dotbot/dispatcher.py
dotbot/messenger/color.py
dotbot/messenger/level.py
dotbot/messenger/messenger.py
dotbot/plugin.py
dotbot/plugins/link.py
dotbot/util/compat.py [deleted file]
dotbot/util/module.py
setup.cfg [deleted file]
setup.py
tests/conftest.py
tests/test_bin_dotbot.py
tests/test_link.py
tests/test_shim.py
tox.ini