Documentation: Corrections and clarifications for Python support (#6995)

* Clarifies Python version support and a rough policy of what versions are supported
This commit is contained in:
Trenton H
2024-06-13 11:53:34 -07:00
committed by GitHub
parent 22a6360edf
commit 28db7e84e6
3 changed files with 14 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ If you want to implement something big:
## Python
Paperless supports python 3.9 - 3.11. We format Python code with [ruff](https://docs.astral.sh/ruff/formatter/).
Paperless supports python 3.9 - 3.11 at this time. We format Python code with [ruff](https://docs.astral.sh/ruff/formatter/).
## Branches