obiwac / python-minecraft-clone

Source code for each episode of my Minecraft clone in Python YouTube tutorial series.
https://www.youtube.com/playlist?list=PL6_bLxRDFzoKjaa3qCGkwR5L_ouSreaVP
MIT License
162 stars 79 forks source link

Remove Python 3.10 as a hard dependency (removed match and cache) #56

Closed Jukitsu closed 2 years ago

obiwac commented 2 years ago

What's the minimum version now?

obiwac commented 2 years ago

Seems like it's 3.8 for the new nbtlib (#28). Will add that to the README.