Add changelog snippet: Drop Support for python 3.6

environments/review-docs-overh-oprtmo/deployments/9189
Georg Krause 2022-01-18 16:11:49 +01:00
rodzic 6ad94aae22
commit b30d3d400a
2 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,2 @@
This release removes support for Python 3.6. Please make sure you update your python version before
Updating Funkwhale!

Wyświetl plik

@ -42,5 +42,10 @@
name = "Other"
showcontent = true
[[tool.towncrier.type]]
directory = "removal"
name = "Removal"
showcontent = true
[tool.black]
exclude = "(.git|.hg|.mypy_cache|.tox|.venv|_build|buck-out|build|dist|migrations|data)"