vici: Remove support for Python 2

Python 2 is dead and unmaintained for a while now. Time to stop carrying
on its support.
This commit is contained in:
Martin Willi
2022-12-12 14:38:09 +01:00
committed by Tobias Brunner
parent a2b1e06f07
commit 11b18f65b1
5 changed files with 2 additions and 23 deletions
@@ -6,7 +6,6 @@ EXTRA_DIST = LICENSE README.rst MANIFEST.in \
test/test_protocol.py \
vici/__init__.py \
vici/command_wrappers.py \
vici/compat.py \
vici/exception.py \
vici/protocol.py \
vici/session.py