chaosparrot / parrot.py

Computer interaction using audio and speechrecognition
MIT License
139 stars 36 forks source link

Explicit support or non-support of newer Python versions #51

Open elichad opened 5 months ago

elichad commented 5 months ago

The requirements-windows.txt file has dependencies that work up to Python 3.10 and maybe 3.11, but not 3.12. With Python 3.8 going out of support in 6 months' time, it would be good to make clear in the README which newer Python versions are compatible.

Ideally the dependencies/code could be fully reviewed to bring them up to 3.12 compatibility, but I suspect that would be extra work given that there's been a major update to pandas (which I've seen cause trouble in my day job)