gunthercox / ChatterBot

ChatterBot is a machine learning, conversational dialog engine for creating chat bots
https://chatterbot.readthedocs.io
BSD 3-Clause "New" or "Revised" License
14.11k stars 4.44k forks source link

Update the python version in setup.py #2377

Open vignesh1507 opened 1 month ago

vignesh1507 commented 1 month ago

'Programming Language :: Python :: 3.12' Add the above code in the setup.py to update python version. So that the newer version users wouldn't encounter any problem while setting up the project.