Kyrluckechuck / TFT-Bot

Automate Teamfight Tactics (TFT) for token/mission farming. Updated for Set 8.5!
GNU Affero General Public License v3.0
50 stars 7 forks source link

Update To Python 3.11 #110

Closed Kyrluckechuck closed 1 year ago

Kyrluckechuck commented 1 year ago

Description

Updates the project to use Python 3.11, and removes the 3.10 linting test since there's no reason to still run that.

Notes

In the release notes, ensure to mention that while this will likely continue to work on 3.10 installs, all bugs and issues on that version will be considered unsupported.

This also adds the Windows-only marker for pywin32 so that if you're using WSL on Windows you are still able to do a pip install to get the pre-commit package without it fighting you that pywin32 is not available on Linux.

Addresses #109