Zachdehooge / NadoBot

A Discord.py bot that pulls nadocast data
3 stars 1 forks source link

#25 Broke installing for py versions < py V3.13 #29

Closed Arch881010 closed 1 week ago

Arch881010 commented 1 week ago
          It's needed for the Docker build, causes failure on build if it's not there. Does not cause any issues with anything, just needed otherwise it would not work

Originally posted by @Zachdehooge in https://github.com/Zachdehooge/NadoBot/issues/25#issuecomment-2471990133

This now breaks when NOT using docker and instead is cloned by hand. Fails to install when using requirements.txt when using python version 3.12.6. Appears to be a breaking bug for versions before V3.13. Will be testing this by reinstalling V3.13.

Arch881010 commented 1 week ago

Current code properly works with V3.13.0 but does not with any version older (<V3.13.0) does not work.

Arch881010 commented 1 week ago

Fixed with #30.