diff --git a/changes/changelog.d/python36.removal b/changes/changelog.d/python36.removal new file mode 100644 index 000000000..14e4ceba0 --- /dev/null +++ b/changes/changelog.d/python36.removal @@ -0,0 +1,2 @@ +This release removes support for Python 3.6. Please make sure you update your python version before +Updating Funkwhale! diff --git a/pyproject.toml b/pyproject.toml index 1d6c64b81..75d021050 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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)"