Be explicit about dropping Python 2 and clean up dependencies.

Review Request #13694 — Created April 3, 2024 and submitted — Latest diff uploaded

Information

ReviewBot
release-4.x

Reviewers

Review Bot, especially on the worker side, was still claiming Python 2
compatibility. This change gets rid of that, making everything 3.8+.
While I was in here I cleaned up all the old compatibility pins for
dependencies.

Ran setup.py develop for both bot and extension.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Be explicit about dropping Python 2 and clean up dependencies.
Review Bot, especially on the worker side, was still claiming Python 2 compatibility. This change gets rid of that, making everything 3.8+. While I was in here I cleaned up all the old compatibility pins for dependencies. Testing Done: Ran setup.py develop for both bot and extension.
498dff6d12c464a145cf7449406d6c39a0db333a David Trowbridge
bot/setup.py
extension/setup.py
Loading...