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.12 #170

Closed Kyrluckechuck closed 4 months ago

Kyrluckechuck commented 1 year ago

Description

Python 3.12 released yesterday, and as such we should get the project using that.

Steps to follow should be:

  1. [ ] Add 3.12 to GHA workflow matrix to ensure building works as expected, and then
  2. [ ] Test 3.12 more thoroughly locally
  3. [ ] Update README.md to indicate that is the expected version
  4. [ ] Remove 3.11 (references & GHA matrix entry) after 3.12 is running stable for a long period of time

This is low priority.