buckket / twtxt

Decentralised, minimalist microblogging service for hackers.
http://twtxt.readthedocs.org/en/stable/
MIT License
1.91k stars 79 forks source link

replace pkg_resources for python 3.12 #178

Open branchvincent opened 2 months ago

branchvincent commented 2 months ago

Python 3.12 has removed bundled setuptools (aka pkg_resources): https://docs.python.org/3.12/whatsnew/3.12.html#removed

Also bumps to python 3.8+ (since 3.7 is unsupported)