graphite-project / graphite-web

A highly scalable real-time graphing system
http://graphite.readthedocs.org/
Apache License 2.0
5.87k stars 1.26k forks source link

[BUG] FAQ states python 2 is used #2789

Open mutax opened 1 year ago

mutax commented 1 year ago

The FAQ in /docs/faq.rst states that graphite is written in Python 2 which might scare people away in 2022. The information seems just outdated and setup.py reflects that current python versions are indeed supported.

deniszh commented 1 year ago

Yes, thanks for noting, @mutax ! Python 3 is indeed supported and we want to deprecate 2.7 officially soon too.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

mutax commented 1 year ago

The FAQ at https://github.com/graphite-project/graphite-web/blob/master/docs/faq.rst still claims that graphite-web is written in Python 2....

deniszh commented 1 year ago

I will amend FAQ when we decide to abandon 2.7 (which probably will happen soon, because no current Django has 2.7 support anyway).