PyBites-Open-Source / eatlocal

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

Python3.10 update #34

Closed bbelderbos closed 2 weeks ago

bbelderbos commented 1 year ago

I see this in the README:

eatlocal is now compatible with Python 3.8. This matches the expected python version for the platform.

The platform uses 3.10 now so shall we upgrade eatlocal to use this version too? Should be backwards compatible, but would be nice to match the versions.

rhelmstedter commented 1 year ago

Yeah, I like that idea. I think we can upgrade versions without a problem. The only issue we had before was type hinting.

rhelmstedter commented 2 weeks ago

V2 uses 3.12. Closing this issue.