Closed MrMallik closed 4 months ago
From Python 3.12 disutils was removed (here) disutils was used for install requirements. From python 3.12 they started using setuptools.
All I did was replace the requirements.txt and bumped up the versions.
How do I raise a PR for the same?
I had found how to raise a PR for contribution. Here's how to do it, in case anyone needs to know.
Go on, make great PRs :+1:
From Python 3.12 disutils was removed (here) disutils was used for install requirements. From python 3.12 they started using setuptools.
All I did was replace the requirements.txt and bumped up the versions.
How do I raise a PR for the same?