Snuggle / hypixel.py

🎮 This is a simple, unofficial library for getting values from the public Hypixel-API in Python.
https://pypi.org/project/hypixel
MIT License
32 stars 6 forks source link

Update the python requirement from >= 3.3 to >= 3.8. #39

Open johndoknjas opened 6 months ago

johndoknjas commented 6 months ago

Hi, just realized that my previous PR uses some features that require at least python 3.8. So this PR just updates the requirements to match that. If this isn't ideal though, it should be easy for me to refactor my changes slightly to not need 3.8+ features.