-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] FAQ states python 2 is used #2789
Comments
Yes, thanks for noting, @mutax ! |
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. |
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.... |
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). |
Fixing graphite-project#2789 (cherry picked from commit 69ad41f)
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.
The text was updated successfully, but these errors were encountered: