christrotter / gootsmoji

Collection of very useful slack emojis.
MIT License
5 stars 2 forks source link

Upgrade to Python 3.12 #8

Closed mcataford closed 1 month ago

mcataford commented 1 month ago

The application is not prescriptive about Python versions, but CI mentions 3.10 - 3.10 reached EOL more than a year ago. This poses security risks for high-stakes gootsing processes.

christrotter commented 1 month ago

actually working on this. learning opportunity - when starting this issue i had no clue how you would take a 'from nothing' repo and ensure there is a standard python version. discovered this is done via repo bootstrap type scripts, and pyenv. so adding pyenv.

christrotter commented 1 month ago

Fixed with https://github.com/christrotter/gootsmoji/pull/25