Python version error. But Chatterbot also works with 3.9.2
Hi, i've had some troubles with python versions on this, since i'm importing the project on an environment where i have python 3.8.1
But this is not satisfied: python_requires='>=3.4, <=3.8',
By the way i've forked the project and edited like that: python_requires='>=3.4, <=3.9.2', also tested on official python docker images FROM python:3.8-slim-bullseye (which has python 3.9.2...) , working fine.
Anyway can you just update the setup.cfg with support for python 3.9.2 ? Are there any reason you're requiring versions under 3.8?
My fork: https://github.com/blastbeng/ChatterBot My project where i use it: https://github.com/blastbeng/AccumulatorsBot (check Dockerfile.discord, requirements-discord.txt and discordbot.py)
I cant install chatterbot in my python 3.10 and my laptop 3.7 python... If I install previous version SQL alchemist explodes.