Reiningecho90 / chances-discord-bot-public

Public repository for the Chances Discord Bot.
MIT License
1 stars 0 forks source link

Code is Running Old Python Version #14

Closed Reiningecho90 closed 2 years ago

Reiningecho90 commented 2 years ago

Your bug (What bug you found): The server side code is running on Python version 3.9.8 which is now out of date due to the new 3.10.0 security update (as of 12/6)

Potential fixes (Optional, write a potential fix): Download 3.10 onto local system and run a forced versioning system with Heroku.

Operating System (What OS you are using): Windows 10

Additional Notes (Any additional notes about the issue): Code may have to be adjusted and tested for new version if issues arise.

Reiningecho90 commented 2 years ago

As stated yesterday, unit test with 3.10 went well, all functions working properly under new version.