PyBites-Open-Source / eatlocal

This package helps users solve PyBites code challenges on their local machine.
MIT License
20 stars 9 forks source link

Typing syntax compatible with Python 3.8 #33

Closed rhelmstedter closed 2 years ago

rhelmstedter commented 2 years ago

I changed the typing syntax to be compatible with Python 3.8. Tests pass with both 3.8 and 3.10. I also updated the readme, fixed some grammar, and suggested installing with pipx.

Resolves #32